Points.Item[Int32] Propiedad

Definición

Devuelve un solo objeto de la colección.

public:
 property Microsoft::Office::Interop::Word::Point ^ default[int] { Microsoft::Office::Interop::Word::Point ^ get(int Index); };
public Microsoft.Office.Interop.Word.Point this[int Index] { get; }
member this.Item(int) : Microsoft.Office.Interop.Word.Point
Default Public ReadOnly Property Item(Index As Integer) As Point

Parámetros

Index
Int32

Required Integer. Número de índice del objeto.

Valor de propiedad

Point

Se aplica a