Annotation.Authors 屬性

定義

取得零個或多個識別 Annotation 建立者之作者字串的集合。

public:
 property System::Collections::ObjectModel::Collection<System::String ^> ^ Authors { System::Collections::ObjectModel::Collection<System::String ^> ^ get(); };
public System.Collections.ObjectModel.Collection<string> Authors { get; }
member this.Authors : System.Collections.ObjectModel.Collection<string>
Public ReadOnly Property Authors As Collection(Of String)

屬性值

零個或多個作者字串的集合。

備註

傳回的 Authors 集合永遠不會 null 是 ;不過,如果沒有指定任何作者,集合可以包含零個專案。

適用於

另請參閱