VBFixedArrayAttribute.Bounds Propriedade

Definição

Retorna os limites de ocorrência da matriz.Returns the bounds of the 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 da propriedade

Int32[]

Contém uma matriz de inteiros que representa os limites da matriz.Contains an integer array that represents the bounds of the array.

Comentários

O construtor define essa propriedade quando o VBFixedArrayAttribute é aplicado a uma matriz.The constructor sets this property when the VBFixedArrayAttribute is applied to an array.

Aplica-se a

Confira também