MusicProperties.Subtitle Eigenschaft

Definition

Ruft den Untertitel des Songs ab oder legt diese fest.

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

void Subtitle(winrt::hstring value);
public string Subtitle { get; set; }
var string = musicProperties.subtitle;
musicProperties.subtitle = string;
Public Property Subtitle As String

Eigenschaftswert

String

Platform::String

winrt::hstring

Der Untertitel des Songs.

Gilt für: