ITypeLib.GetTypeInfo Method
Retrieves the specified type description in the library.
Namespace: Microsoft.VisualStudio.VsWizard
Assembly: Microsoft.VisualStudio.VsWizard (in Microsoft.VisualStudio.VsWizard.dll)
Syntax
'Declaration
Sub GetTypeInfo ( _
index As UInteger, _
<OutAttribute> ByRef ppTInfo As Type _
)
void GetTypeInfo(
uint index,
out Type ppTInfo
)
void GetTypeInfo(
[InAttribute] unsigned int index,
[OutAttribute] Type^% ppTInfo
)
abstract GetTypeInfo :
index:uint32 *
ppTInfo:Type byref -> unit
function GetTypeInfo(
index : uint,
ppTInfo : Type
)
Parameters
index
Type: UInt32Index of the ITypeInfo to be returned.
ppTInfo
Type: Type%If successful, returns a pointer to the pointer to the ITypeInfo interface.
.NET Framework Security
- 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.