MediaMetadata.Title 属性

定义

获取媒体的标题。

public:
 property Platform::String ^ Title { Platform::String ^ get(); };
winrt::hstring Title();
public string Title { get; }
var string = mediaMetadata.title;
Public ReadOnly Property Title As String

属性值

String

Platform::String

winrt::hstring

媒体标题。

Windows 要求

应用功能
accessoryManager

注解

调用此 API 需要在应用程序清单中指定 ID_CAP_SMSID_CAP_SMS_COMPANION 功能。

适用于