DesignerCollection.Count Proprietà

Definizione

Ottiene il numero di finestre di progettazione dell'insieme.

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

Valore della proprietà

Numero di finestre di progettazione dell'insieme.

Implementazioni

Esempio

L'esempio di codice seguente ottiene il numero di elementi nella raccolta.

// Get the number of elements in the collection.
int count = collection->Count;
// Get the number of elements in the collection.
int count = collection.Count;
' Get the number of elements in the collection.
Dim count As Integer = collection.Count

Si applica a