mscorlib(4.0.0.0) API with additions
ADVF.cs
2 {
4  [Flags]
5  [global::__DynamicallyInvokable]
6  public enum ADVF
7  {
9  [global::__DynamicallyInvokable]
10  ADVF_NODATA = 0x1,
12  [global::__DynamicallyInvokable]
13  ADVF_PRIMEFIRST = 0x2,
15  [global::__DynamicallyInvokable]
16  ADVF_ONLYONCE = 0x4,
18  [global::__DynamicallyInvokable]
19  ADVF_DATAONSTOP = 0x40,
21  [global::__DynamicallyInvokable]
22  ADVFCACHE_NOHANDLER = 0x8,
24  [global::__DynamicallyInvokable]
27  [global::__DynamicallyInvokable]
28  ADVFCACHE_ONSAVE = 0x20
29  }
30 }
Synonym for F:System.Runtime.InteropServices.ComTypes.ADVF.ADVFCACHE_FORCEBUILTIN,...
This value is used by DLL object applications and object handlers that perform the drawing of their o...
ADVF
Specifies the requested behavior when setting up an advise sink or a caching connection with an objec...
Definition: ADVF.cs:6
For data advisory connections (M:System.Runtime.InteropServices.ComTypes.IDataObject....
For cache connections, this flag updates the cached representation only when the object containing th...
Requests that the object make only one change notification or cache update before deleting the connec...
For data advisory connections, assures accessibility to data.
Requests that the object not wait for the data or view to change before making an initial call to M:S...