Freigeben über


CodeNamespaceImportCollection.Count Eigenschaft

Definition

Ruft die Anzahl der Namespaces in der Auflistung ab.

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

Eigenschaftswert

Die Anzahl von Namespaces in der Auflistung.

Implementiert

Beispiele

Der folgende Code ruft die Anzahl der Elemente in einem -Objekt ab CodeNamespaceImportCollection .

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

Gilt für: