DesignerCollection.Count Propriedade

Definição

Obtém o número de designers na coleção.

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

Valor da propriedade

O número de designers na coleção.

Implementações

Exemplos

O exemplo de código a seguir obtém o número de elementos na coleção.

// 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

Aplica-se a