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
;但是,如果未指定作者,则集合可以包含零个元素。