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à

Int32

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

Commenti

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

Si applica a

Vedi anche