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

远程桌面的显示名称。

适用于