Freigeben über


MusicProperties.Title Eigenschaft

Definition

Ruft den Titel des Songs ab oder legt den Titel fest.

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

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

Eigenschaftswert

String

Platform::String

winrt::hstring

Der Titel des Songs.

Gilt für: