Shapes.Item[Object] プロパティ

定義

コレクション内の各オブジェクトを返します。

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

パラメーター

Index
Object

序数位置を示す オブジェクト 、または個々のオブジェクトの名前を表す文字列。

プロパティ値

適用対象