CodeNamespaceImportCollection.Count Propriedade

Definição

Obtém o número de namespaces 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 namespaces na coleção.

Implementações

Exemplos

O código a seguir obtém a contagem de itens em um CodeNamespaceImportCollection objeto .

// Retrieves the count of the items in the collection.
int collectionCount = collection->Count;
// Retrieves the count of the items in the collection.
int collectionCount = collection.Count;
' Retrieves the count of the items in the collection.
Dim collectionCount As Integer = collection.Count

Aplica-se a