AutomationElement.IsRemoteSystem Property

Definition

Gets whether the element belongs to a UI Automation provider that is not hosted natively on the user's local machine.

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

Property Value

Boolean

bool

True, if the element belongs to a UI Automation provider that is not hosted natively on the user's local machine. Otherwise, false.

Attributes

Applies to