SourceChangeRequestedEventArgs.Author 属性

定义

获取媒体流中内容的作者。

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

属性值

String

Platform::String

winrt::hstring

媒体流中内容的作者。

适用于