AutomationElement.IsRemoteSystem 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 si l’élément appartient à un fournisseur UI Automation qui n’est pas hébergé en mode natif sur l’ordinateur local de l’utilisateur.
public:
property bool IsRemoteSystem { bool get(); };
/// [Windows.Foundation.Metadata.NoException]
/// [get: Windows.Foundation.Metadata.NoException]
bool IsRemoteSystem();
[Windows.Foundation.Metadata.NoException]
public bool IsRemoteSystem { [Windows.Foundation.Metadata.NoException] get; }
var boolean = automationElement.isRemoteSystem;
Public ReadOnly Property IsRemoteSystem As Boolean
Valeur de propriété
Boolean
bool
True, si l’élément appartient à un fournisseur UI Automation qui n’est pas hébergé en mode natif sur l’ordinateur local de l’utilisateur. Sinon, False.
- Attributs