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

获取媒体流中内容所属的流派的名称。

适用于