ITypeLib.GetTypeInfoType 方法
擷取型別描述的型別。
命名空間: 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 安全性
- 完全信任立即呼叫者。這個成員無法供部分信任的程式碼使用。如需詳細資訊,請參閱從部分受信任程式碼使用程式庫。