Retrieves the specified type description in the library.
Namespace: Microsoft.VisualStudio.VsWizard
Assembly: Microsoft.VisualStudio.VsWizard (in Microsoft.VisualStudio.VsWizard.dll)
Syntax
声明
Sub GetTypeInfo ( _
index As UInteger, _
<OutAttribute> ByRef ppTInfo As Type _
)
用法
Dim instance As ITypeLib
Dim index As UInteger
Dim ppTInfo As Type
instance.GetTypeInfo(index, ppTInfo)
void GetTypeInfo(
uint index,
out Type ppTInfo
)
void GetTypeInfo(
[InAttribute] unsigned int index,
[OutAttribute] Type^% ppTInfo
)
function GetTypeInfo(
index : uint,
ppTInfo : Type
)
Parameters
index
Type: System.UInt32Index of the ITypeInfo to be returned.
ppTInfo
Type: System.Type%If successful, returns a pointer to the pointer to the ITypeInfo interface.
Permissions
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.