Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Namespace: Microsoft.VisualStudio.OLE.Interop
Assembly: Microsoft.VisualStudio.OLE.Interop (in Microsoft.VisualStudio.OLE.Interop.dll)
Syntax
'Declaration
Sub OnDataAvailable ( _
grfBSCF As UInteger, _
dwSize As UInteger, _
pFormatetc As FORMATETC(), _
pStgmed As STGMEDIUM() _
)
'Usage
Dim instance As IBindStatusCallback
Dim grfBSCF As UInteger
Dim dwSize As UInteger
Dim pFormatetc As FORMATETC()
Dim pStgmed As STGMEDIUM()
instance.OnDataAvailable(grfBSCF, dwSize, _
pFormatetc, pStgmed)
void OnDataAvailable(
uint grfBSCF,
uint dwSize,
FORMATETC[] pFormatetc,
STGMEDIUM[] pStgmed
)
void OnDataAvailable(
[InAttribute] unsigned int grfBSCF,
[InAttribute] unsigned int dwSize,
[InAttribute] array<FORMATETC>^ pFormatetc,
[InAttribute] array<STGMEDIUM>^ pStgmed
)
abstract OnDataAvailable :
grfBSCF:uint32 *
dwSize:uint32 *
pFormatetc:FORMATETC[] *
pStgmed:STGMEDIUM[] -> unit
function OnDataAvailable(
grfBSCF : uint,
dwSize : uint,
pFormatetc : FORMATETC[],
pStgmed : STGMEDIUM[]
)
Parameters
- grfBSCF
Type: System.UInt32
- dwSize
Type: System.UInt32
- pFormatetc
Type: array<Microsoft.VisualStudio.OLE.Interop.FORMATETC[]
- pStgmed
Type: array<Microsoft.VisualStudio.OLE.Interop.STGMEDIUM[]
.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.