OMathAutoCorrectEntries.Item[Object] 属性

定义

返回一个 Microsoft.Office.Interop.Word.OmathAutoCorrectEntry 对象,该对象代表集合中的指定项。

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

参数

Index
Object

必需的 StringInteger ,表示对象在集合中的名称或序号位置。

属性值

Microsoft.Office.Interop.Word.OmathAutoCorrectEntry

适用于