Share via


RemoteDesktopInfo(String, String) Constructor

Definition

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.

Applies to