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
)
参数
- iti
类型:System.UInt32
- dwFlags
类型:System.UInt32
- pptiCoClass
类型:System.Type%
- pdwTIFlags
类型:System.UInt32%
- pcdispidReserved
类型:System.UInt32%
- piidPrimary
类型:System.Guid%
- piidSource
类型:System.Guid%
.NET Framework 安全性
- 对直接调用方的完全信任。此成员不能由部分信任的代码使用。有关更多信息,请参见通过部分受信任的代码使用库。