DataGridViewColumnCollection.List Proprietà

Definizione

Ottiene l'elenco degli elementi contenuti nell'istanza di BaseCollection.

protected:
 virtual property System::Collections::ArrayList ^ List { System::Collections::ArrayList ^ get(); };
protected override System.Collections.ArrayList List { get; }
member this.List : System.Collections.ArrayList
Protected Overrides ReadOnly Property List As ArrayList

Valore della proprietà

Oggetto ArrayList che contiene gli elementi della raccolta. Questa proprietà restituisce null, a meno che non venga sottoposta a override in una classe derivata.

Si applica a

Vedi anche