VBFixedArrayAttribute.Bounds Propiedad

Definición

Devuelve los límites de la matriz.

public:
 property cli::array <int> ^ Bounds { cli::array <int> ^ get(); };
public int[] Bounds { get; }
member this.Bounds : int[]
Public ReadOnly Property Bounds As Integer()

Valor de propiedad

Int32[]

Contiene una matriz de enteros que representa los límites de la matriz.

Comentarios

El constructor establece esta propiedad cuando VBFixedArrayAttribute se aplica a una matriz.

Se aplica a

Consulte también