RemoteDesktopConnectionRemoteInfo.IsSwitchSupported Method

Definition

Gets a value indicating if the switching APIs of RemoteDesktopConnectionRemoteInfo are supported on the version of Windows the app is running on.

public:
 static bool IsSwitchSupported();
 static bool IsSwitchSupported();
public static bool IsSwitchSupported();
function isSwitchSupported()
Public Shared Function IsSwitchSupported () As Boolean

Returns

Boolean

bool

True if the switching APIs are supported; otherwise, false.

Applies to