IProvideMultipleClassInfo.GetInfoOfIndex 方法

命名空间:  Microsoft.VisualStudio.OLE.Interop
程序集:  Microsoft.VisualStudio.OLE.Interop(在 Microsoft.VisualStudio.OLE.Interop.dll 中)

语法

声明
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
)

参数

.NET Framework 安全性

请参见

参考

IProvideMultipleClassInfo 接口

Microsoft.VisualStudio.OLE.Interop 命名空间