Skip to content

Latest commit

 

History

History
28 lines (17 loc) · 774 Bytes

automationconnection_isremotesystem.md

File metadata and controls

28 lines (17 loc) · 774 Bytes
-api-id -api-type
P:Windows.UI.UIAutomation.AutomationConnection.IsRemoteSystem
winrt property

Windows.UI.UIAutomation.AutomationConnection.IsRemoteSystem

-description

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

-property-value

True, if the connection is to a remote system. Otherwise, false.

-remarks

For UIA, a remote system is any UI that is not hosted natively on the user's local machine but instead resides either in a container or on a different machine accessed via network.

-see-also

Windows.UI.UIAutomation.AutomationConnectionBoundObject.Connection

-examples