Namespace: Microsoft.VisualStudio.OLE.Interop
Assembly: Microsoft.VisualStudio.OLE.Interop (in Microsoft.VisualStudio.OLE.Interop.dll)
Syntax
'宣言
Sub GetVarDesc ( _
index As UInteger, _
<OutAttribute> ByRef ppVarDesc As IntPtr, _
<OutAttribute> pDummy As CLEANLOCALSTORAGE() _
)
'使用
Dim instance As ITypeInfo
Dim index As UInteger
Dim ppVarDesc As IntPtr
Dim pDummy As CLEANLOCALSTORAGE()
instance.GetVarDesc(index, ppVarDesc, _
pDummy)
void GetVarDesc(
uint index,
out IntPtr ppVarDesc,
CLEANLOCALSTORAGE[] pDummy
)
void GetVarDesc(
[InAttribute] unsigned int index,
[OutAttribute] IntPtr% ppVarDesc,
[OutAttribute] array<CLEANLOCALSTORAGE>^ pDummy
)
function GetVarDesc(
index : uint,
ppVarDesc : IntPtr,
pDummy : CLEANLOCALSTORAGE[]
)
Parameters
- index
Type: System.UInt32
- ppVarDesc
Type: System.IntPtr%
- pDummy
Type: []
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.