UCOMITypeInfo.GetTypeAttr(IntPtr) Méthode

Définition

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.

S’applique à