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

媒体流中内容的标题。

适用于