VBFixedArrayAttribute.Bounds Proprietà

Definizione

Restituisce i limiti della matrice.

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

Valore della proprietà

Int32[]

Contiene una matrice di interi che rappresenta i limiti della matrice.

Commenti

Il costruttore imposta questa proprietà quando VBFixedArrayAttribute viene applicato a una matrice.

Si applica a

Vedi anche