Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
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: System.UInt32
Index of the ITypeInfo to be returned.
- ppTInfo
Type: System.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.