UCOMITypeInfo.GetVarDesc(Int32, IntPtr) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Récupère une structure VARDESC
qui décrit la variable spécifiée.
public:
void GetVarDesc(int index, [Runtime::InteropServices::Out] IntPtr % ppVarDesc);
public void GetVarDesc (int index, out IntPtr ppVarDesc);
abstract member GetVarDesc : int * nativeint -> unit
Public Sub GetVarDesc (index As Integer, ByRef ppVarDesc As IntPtr)
Paramètres
- index
- Int32
Index de la description de variable à retourner.
- ppVarDesc
-
IntPtr
nativeint
Lors d'un retour, référence au VARDESC
qui décrit la variable spécifiée.
Remarques
Les valeurs de ppVarDesc
sont accessibles via PtrToStructure.
Pour plus d’informations sur ITypeInfo::GetVarDesc
, consultez MSDN Library.