AutomationElement.AutomationElementInformation.NativeWindowHandle Propriété
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.
Obtient le handle de la fenêtre de l'élément.
public:
property int NativeWindowHandle { int get(); };
public int NativeWindowHandle { get; }
member this.NativeWindowHandle : int
Public ReadOnly Property NativeWindowHandle As Integer
Valeur de propriété
Handle de la fenêtre, s'il en existe un ; sinon, 0.
Remarques
Pour plus d’informations, consultez NativeWindowHandleProperty.