Freigeben über


IProvideMultipleClassInfo.GetInfoOfIndex Method

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

Syntax

'Declaration
Sub GetInfoOfIndex ( _
    iti As UInteger, _
    dwFlags As UInteger, _
    <OutAttribute> ByRef pptiCoClass As Type, _
    <OutAttribute> ByRef pdwTIFlags As UInteger, _
    <OutAttribute> ByRef pcdispidReserved As UInteger, _
    <OutAttribute> ByRef piidPrimary As Guid, _
    <OutAttribute> ByRef piidSource As Guid _
)
void GetInfoOfIndex(
    uint iti,
    uint dwFlags,
    out Type pptiCoClass,
    out uint pdwTIFlags,
    out uint pcdispidReserved,
    out Guid piidPrimary,
    out Guid piidSource
)

Parameters

.NET Framework Security

See Also

Reference

IProvideMultipleClassInfo Interface

Microsoft.VisualStudio.OLE.Interop Namespace