FullSeriesCollection.Item[Object] 属性

定义

从集合中返回单个完整系列项。

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

参数

Index
Object

名称或要返回的项的索引号。

属性值

适用于