次の方法で共有


SourceChangeRequestedEventArgs.Title プロパティ

定義

メディア ストリーム内のコンテンツのタイトルを取得します。

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

プロパティ値

String

Platform::String

winrt::hstring

メディア ストリーム内のコンテンツのタイトル。

適用対象