AutoCorrectEntries.Item[Object] 属性

定义

返回集合中的单个对象。

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

参数

Index
Object

要返回的单个对象的名称。

属性值

适用于