VBFixedArrayAttribute.Length Propiedad

Definición

Devuelve el tamaño de la matriz.

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

Valor de propiedad

Contiene un entero que representa el número de elementos de la matriz.

Comentarios

El constructor establece esta propiedad cuando VBFixedArrayAttribute se aplica a una matriz.

Se aplica a

Consulte también