Namespace: Microsoft.VisualStudio.OLE.Interop
Assembly: Microsoft.VisualStudio.OLE.Interop (in Microsoft.VisualStudio.OLE.Interop.dll)
Syntax
'宣言
Sub SendOnDataChange ( _
pDataObject As IDataObject, _
dwReserved As UInteger, _
ADVF As UInteger _
)
'使用
Dim instance As IDataAdviseHolder
Dim pDataObject As IDataObject
Dim dwReserved As UInteger
Dim ADVF As UInteger
instance.SendOnDataChange(pDataObject, _
dwReserved, ADVF)
void SendOnDataChange(
IDataObject pDataObject,
uint dwReserved,
uint ADVF
)
void SendOnDataChange(
[InAttribute] IDataObject^ pDataObject,
[InAttribute] unsigned int dwReserved,
[InAttribute] unsigned int ADVF
)
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
Permissions
- 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.