CodeNamespaceImportCollection.Count Свойство

Определение

Получает число пространств имен в коллекции.

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

Значение свойства

Число пространств имен в коллекции.

Реализации

Примеры

Следующий код получает количество элементов в объекте 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

Применяется к