UCOMITypeInfo.GetTypeAttr(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 TYPEATTR qui contient les attributs de la description de type.
public:
void GetTypeAttr([Runtime::InteropServices::Out] IntPtr % ppTypeAttr);
public void GetTypeAttr (out IntPtr ppTypeAttr);
abstract member GetTypeAttr : nativeint -> unit
Public Sub GetTypeAttr (ByRef ppTypeAttr As IntPtr)
Paramètres
- ppTypeAttr
-
IntPtr
nativeint
Lors d'un retour, référence à la structure qui contient les attributs de cette description de type.
Remarques
Les valeurs de ppTypeAttr
sont accessibles via PtrToStructure.
Pour plus d’informations sur ITypeInfo::GetTypeAttr
, consultez MSDN Library.