DialDevice.FriendlyName 属性

定义

获取 DIAL 设备的友好名称。

public:
 property Platform::String ^ FriendlyName { Platform::String ^ get(); };
winrt::hstring FriendlyName();
public string FriendlyName { get; }
var string = dialDevice.friendlyName;
Public ReadOnly Property FriendlyName As String

属性值

String

Platform::String

winrt::hstring

DIAL 设备的友好名称。

Windows 要求

设备系列
Windows 10 (在 10.0.10586.0 - for Xbox, see UWP features that aren't yet supported on Xbox 中引入)
API contract
Windows.Foundation.UniversalApiContract (在 v2.0 中引入)

适用于