Annotation.Authors プロパティ

定義

Annotation を作成したユーザーを識別する 0 個以上の作成者文字列のコレクションを取得します。

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>

0 個以上の作成者文字列のコレクション。

注釈

返される Authors コレクションは決してありません null。ただし、作成者が指定されていない場合、コレクションには 0 個の要素を含めることができます。

適用対象

こちらもご覧ください