次の方法で共有


ITypeInfo.GetVarDesc Method

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() _
)
void GetVarDesc(
    uint index,
    out IntPtr ppVarDesc,
    CLEANLOCALSTORAGE[] pDummy
)

Parameters

.NET Framework Security

See Also

Reference

ITypeInfo Interface

Microsoft.VisualStudio.OLE.Interop Namespace