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)

属性值

Collection<String>

零个或多个作者字符串的集合。

注解

返回的 Authors 集合从不 null;但是,如果未指定作者,则集合可以包含零个元素。

适用于

另请参阅