Partager via


AutomationConnection.IsRemoteSystem Propriété

Définition

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é

Boolean

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.

S’applique à

Voir aussi