VBFixedArrayAttribute.Bounds Propriedade

Definição

Devolve os limites do array.

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 Propriedade

Int32[]

Contém um array inteiro que representa os limites do array.

Observações

O construtor define esta propriedade quando o VBFixedArrayAttribute é aplicado a um array.

Aplica-se a

Ver também