次の方法で共有


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。

適用対象