Annotation.Authors Özellik

Tanım

öğesini kimin oluşturduğunu tanımlayan sıfır veya daha fazla yazar dizelerinden Annotationoluşan bir koleksiyon alır.

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)

Özellik Değeri

Collection<String>

Sıfır veya daha fazla yazar dizesi koleksiyonu.

Açıklamalar

Döndürülen Authors koleksiyon hiçbir zaman nulldeğildir; ancak yazar belirtilmezse koleksiyon sıfır öğe içerebilir.

Şunlara uygulanır

Ayrıca bkz.