Share via


VBFixedArrayAttribute.Bounds Propriété

Définition

Retourne les limites du tableau.

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

Valeur de propriété

Int32[]

Contient un tableau d'entiers, qui représente les limites du tableau.

Remarques

Le constructeur définit cette propriété quand est VBFixedArrayAttribute appliqué à un tableau.

S’applique à

Voir aussi