AutomationElement.IsRemoteSystem Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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