RemoteDesktopInfo(String, String) 构造函数
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
使用提供的 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
远程桌面的显示名称。