VBFixedArrayAttribute.Bounds Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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é
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.