RemoteDesktopInfo.Id 属性

定义

获取远程桌面的 ID。

public:
 property Platform::String ^ Id { Platform::String ^ get(); };
winrt::hstring Id();
public string Id { get; }
var string = remoteDesktopInfo.id;
Public ReadOnly Property Id As String

属性值

String

Platform::String

winrt::hstring

远程桌面的 ID。

适用于