Condividi tramite


AutomationElement.IsRemoteSystem Proprietà

Definizione

Ottiene un valore che indica se l'elemento appartiene a un provider di Automazione interfaccia utente non ospitato in modo nativo nel computer locale dell'utente.

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

Valore della proprietà

Boolean

bool

True, se l'elemento appartiene a un provider di Automazione interfaccia utente non ospitato in modo nativo nel computer locale dell'utente. In caso contrario, false.

Attributi

Si applica a