Partager via


AutomationElement.IsRemoteSystem Propriété

Définition

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

S’applique à