IAdviseSink.OnDataChange Method
Namespace: Microsoft.VisualStudio.OLE.Interop
Assembly: Microsoft.VisualStudio.OLE.Interop (in Microsoft.VisualStudio.OLE.Interop.dll)
Syntax
'Declaración
Sub OnDataChange ( _
pFormatetc As FORMATETC(), _
pStgmed As STGMEDIUM() _
)
void OnDataChange(
FORMATETC[] pFormatetc,
STGMEDIUM[] pStgmed
)
Parameters
- pFormatetc
Type: array<Microsoft.VisualStudio.OLE.Interop.FORMATETC[]
- pStgmed
Type: array<Microsoft.VisualStudio.OLE.Interop.STGMEDIUM[]
Remarks
For information on the COM interface, see IAdviseSink::OnDataChange
.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.