IDataAdviseHolder.SendOnDataChange Method
Namespace: Microsoft.VisualStudio.OLE.Interop
Assembly: Microsoft.VisualStudio.OLE.Interop (in Microsoft.VisualStudio.OLE.Interop.dll)
Syntax
'Declaration
Sub SendOnDataChange ( _
pDataObject As IDataObject, _
dwReserved As UInteger, _
ADVF As UInteger _
)
void SendOnDataChange(
IDataObject pDataObject,
uint dwReserved,
uint ADVF
)
void SendOnDataChange(
[InAttribute] IDataObject^ pDataObject,
[InAttribute] unsigned int dwReserved,
[InAttribute] unsigned int ADVF
)
abstract SendOnDataChange :
pDataObject:IDataObject *
dwReserved:uint32 *
ADVF:uint32 -> unit
function SendOnDataChange(
pDataObject : IDataObject,
dwReserved : uint,
ADVF : uint
)
Parameters
- pDataObject
Type: Microsoft.VisualStudio.OLE.Interop.IDataObject
- dwReserved
Type: System.UInt32
- ADVF
Type: System.UInt32
Remarks
For information on the COM interface, see IDataAdviseHolder::SendOnDataChange
.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.