ITypeInfo.GetFuncDesc Method

Namespace:  Microsoft.VisualStudio.OLE.Interop
Assembly:  Microsoft.VisualStudio.OLE.Interop (in Microsoft.VisualStudio.OLE.Interop.dll)

Syntax

'Declaração
Sub GetFuncDesc ( _
    index As UInteger, _
    <OutAttribute> ByRef ppFuncDesc As IntPtr, _
    <OutAttribute> pDummy As CLEANLOCALSTORAGE() _
)
void GetFuncDesc(
    uint index,
    out IntPtr ppFuncDesc,
    CLEANLOCALSTORAGE[] pDummy
)

Parameters

.NET Framework Security

See Also

Reference

ITypeInfo Interface

Microsoft.VisualStudio.OLE.Interop Namespace