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

适用于