PlayToReceiver.FriendlyName 属性

定义

获取或设置“播放到”目标的显示名称。

public:
 property Platform::String ^ FriendlyName { Platform::String ^ get(); void set(Platform::String ^ value); };
winrt::hstring FriendlyName();

void FriendlyName(winrt::hstring value);
public string FriendlyName { get; set; }
var string = playToReceiver.friendlyName;
playToReceiver.friendlyName = string;
Public Property FriendlyName As String

属性值

String

Platform::String

winrt::hstring

“播放到”目标的显示名称。

Windows 要求

应用功能
privateNetworkClientServer

适用于

另请参阅