检索类型说明的类型。
命名空间: 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
类型:UInt32类型库中类型说明的索引。
pTKind
类型:Microsoft.VisualStudio.VsWizard.tagTYPEKIND%对此类型说明的 TypeKind 枚举的指针。
.NET Framework 安全性
- 对直接调用方的完全信任。此成员不能由部分信任的代码使用。有关详细信息,请参阅通过部分受信任的代码使用库。