ITypeInfo.GetRefTypeInfo, méthode
Extrait les descriptions de type référencées par une description de type spécifiée.
Espace de noms : Microsoft.VisualStudio.VsWizard
Assembly : Microsoft.VisualStudio.VsWizard (dans Microsoft.VisualStudio.VsWizard.dll)
Syntaxe
'Déclaration
Sub GetRefTypeInfo ( _
hreftype As UInteger, _
<OutAttribute> ByRef ppTInfo As Type _
)
void GetRefTypeInfo(
uint hreftype,
out Type ppTInfo
)
void GetRefTypeInfo(
[InAttribute] unsigned int hreftype,
[OutAttribute] Type^% ppTInfo
)
abstract GetRefTypeInfo :
hreftype:uint32 *
ppTInfo:Type byref -> unit
function GetRefTypeInfo(
hreftype : uint,
ppTInfo : Type
)
Paramètres
- hreftype
Type : System.UInt32
Handle à la description de type référencée à retourner.
- ppTInfo
Type : System.Type%
Description de type référence.
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, consultez Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.