次の方法で共有


RemoteDesktopInfo.DisplayName プロパティ

定義

リモート デスクトップの表示名を取得します。

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

プロパティ値

String

Platform::String

winrt::hstring

リモート デスクトップの表示名。

適用対象