次の方法で共有


SourceChangeRequestedEventArgs.Genre プロパティ

定義

メディア ストリーム内のコンテンツが属するジャンルの名前を取得します。

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

プロパティ値

String

Platform::String

winrt::hstring

メディア ストリーム内のコンテンツが属するジャンルの名前を取得します。

適用対象