共用方式為


IAnnotationProvider.Author 屬性

定義

取得注釋作者的名稱。

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

屬性值

String

Platform::String

winrt::hstring

注釋作者的名稱。

適用於