AutomationConnection.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 la connexion est à 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 = automationConnection.isRemoteSystem;
Public ReadOnly Property IsRemoteSystem As Boolean
Valeur de propriété
bool
True, si la connexion est à un système distant. Sinon, False.
- Attributs
Remarques
Pour UIA, un système distant est une interface utilisateur qui n’est pas hébergée en mode natif sur l’ordinateur local de l’utilisateur, mais qui réside plutôt dans un conteneur ou sur un autre ordinateur accessible via le réseau.