ITypeLib.GetTypeInfo, méthode
Récupère la description de type spécifiée dans la bibliothèque.
Espace de noms : Microsoft.VisualStudio.VsWizard
Assembly : Microsoft.VisualStudio.VsWizard (dans Microsoft.VisualStudio.VsWizard.dll)
Syntaxe
'Déclaration
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
)
Paramètres
index
Type : UInt32Index de ITypeInfo à retourner.
ppTInfo
Type : Type%En cas de réussite, retourne un pointeur vers le pointeur vers l'interface ITypeInfo.
Sécurité .NET Framework
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, voir Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.