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

주석 작성자의 이름입니다.

적용 대상