DataLabels.Item[Object] 属性

定义

从集合中返回单个对象。

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

参数

Index
Object

必需的 对象。 对象的名称或索引号。

属性值

DataLabel

适用于