SettableOleDataObject.DAdvise Method
Establishes a connection between the data object and the advise sink.
Namespace: Microsoft.VisualStudio.Shell
Assembly: Microsoft.VisualStudio.Shell.11.0 (in Microsoft.VisualStudio.Shell.11.0.dll)
Syntax
‘선언
Public Function DAdvise ( _
pFormatetc As FORMATETC(), _
ADVF As UInteger, _
pAdvSink As IAdviseSink, _
<OutAttribute> ByRef pdwConnection As UInteger _
) As Integer
public int DAdvise(
FORMATETC[] pFormatetc,
uint ADVF,
IAdviseSink pAdvSink,
out uint pdwConnection
)
Parameters
- pFormatetc
Type: array<Microsoft.VisualStudio.OLE.Interop.FORMATETC[]
The structure that defines the format, target device, aspect, and medium that will be used for future notifications.
- ADVF
Type: System.UInt32
A set of flags that control the advise connection.
- pAdvSink
Type: Microsoft.VisualStudio.OLE.Interop.IAdviseSink
The advise sink.
- pdwConnection
Type: System.UInt32%
[out] The token of the connection. This token is used to delete the connection later.
Return Value
Type: System.Int32
If the method succeeds, [F:Microsoft.VisualStudio.VSConstants.S_OK;] otherwise, an error code.
Implements
IDataObject.DAdvise(array<FORMATETC[], UInt32, IAdviseSink, UInt32%)
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.