Annotation.Authors 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得零個或多個識別 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
是 ;不過,如果沒有指定任何作者,集合可以包含零個專案。