RemoteDesktopInfo(String, String) 构造函数

定义

使用提供的 ID 和显示名称初始化 RemoteDesktopInfo 的新实例。

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)

参数

id
String

Platform::String

winrt::hstring

远程桌面的 ID。

displayName
String

Platform::String

winrt::hstring

远程桌面的显示名称。

适用于