检索类型说明的类型。
命名空间: Microsoft.VisualStudio.VsWizard
程序集: Microsoft.VisualStudio.VsWizard(在 Microsoft.VisualStudio.VsWizard.dll 中)
语法
声明
Sub GetTypeInfoType ( _
index As UInteger, _
<OutAttribute> ByRef pTKind As tagTYPEKIND _
)
void GetTypeInfoType(
uint index,
out tagTYPEKIND pTKind
)
void GetTypeInfoType(
[InAttribute] unsigned int index,
[OutAttribute] tagTYPEKIND% pTKind
)
abstract GetTypeInfoType :
index:uint32 *
pTKind:tagTYPEKIND byref -> unit
function GetTypeInfoType(
index : uint,
pTKind : tagTYPEKIND
)
参数
- index
类型:System.UInt32
类型声明的索引在类型库中的。
- pTKind
类型:Microsoft.VisualStudio.VsWizard.tagTYPEKIND%
为 TypeKind 枚举的指针的类型。
.NET Framework 安全性
- 对直接调用方的完全信任。此成员不能由部分信任的代码使用。有关更多信息,请参见通过部分受信任的代码使用库。