RemoteDesktopInfo(String, String) Constructor
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.
Initializes a new instance of RemoteDesktopInfo with the supplied ID and display name.
public:
RemoteDesktopInfo(Platform::String ^ id, Platform::String ^ displayName);
RemoteDesktopInfo(winrt::hstring const& id, winrt::hstring const& displayName);
public RemoteDesktopInfo(string id, string displayName);
function RemoteDesktopInfo(id, displayName)
Public Sub New (id As String, displayName As String)
Parameters
- id
-
String
Platform::String
winrt::hstring
The ID of the remote desktop.
- displayName
-
String
Platform::String
winrt::hstring
The display name of the remote desktop.