共用方式為


MediaMetadata.Subtitle 屬性

定義

取得媒體的副標題。

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

屬性值

String

Platform::String

winrt::hstring

媒體的副標題。

Windows 需求

應用程式功能
accessoryManager

備註

呼叫此 API 需要應用程式資訊清單中指定 ID_CAP_SMSID_CAP_SMS_COMPANION 功能。

適用於