次の方法で共有


CoAuthors.Item[Object] プロパティ

定義

コレクション内の各 CoAuthors オブジェクトを返します。

public:
 property Microsoft::Office::Interop::Word::CoAuthor ^ default[System::Object ^] { Microsoft::Office::Interop::Word::CoAuthor ^ get(System::Object ^ Index); };
public Microsoft.Office.Interop.Word.CoAuthor this[object Index] { get; }
member this.Item(obj) : Microsoft.Office.Interop.Word.CoAuthor
Default Public ReadOnly Property Item(Index As Object) As CoAuthor

パラメーター

Index
Object

個々 のオブジェクトが返されます。

プロパティ値

CoAuthor を返します。

適用対象