VBFixedArrayAttribute.Length Proprietà

Definizione

Restituisce le dimensioni della matrice.

public:
 property int Length { int get(); };
public int Length { get; }
member this.Length : int
Public ReadOnly Property Length As Integer

Valore della proprietà

Contiene un numero intero che rappresenta il numero di elementi nella matrice.

Commenti

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

Si applica a

Vedi anche