AddIns.Item[Object] 属性

定义

返回一个值,该值指示集合中的指定对象。

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

参数

Index
Object

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

属性值

适用于