Поделиться через


Tablets.Count - свойство

Обновлен: Ноябрь 2007

Gets the number of Tablet objects contained in the Tablets collection.

Пространство имен:  Microsoft.Ink
Сборка:  Microsoft.Ink (в Microsoft.Ink.dll)

Синтаксис

'Декларация
Public ReadOnly Property Count As Integer
'Применение
Dim instance As Tablets
Dim value As Integer

value = instance.Count
public int Count { get; }
public:
virtual property int Count {
    int get () sealed;
}
/** @property */
public final int get_Count()
public final function get Count () : int

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

Тип: System.Int32
The number of Tablet objects contained in the Tablets collection.

Реализации

ICollection.Count

Примеры

This example gets the number of Tablet objects within a Tablets collection, allTablets.

Dim allTablets As Tablets = New Tablets()
Dim theCount As Integer = allTablets.Count
Tablets allTablets = new Tablets();
int theCount = allTablets.Count;

Платформы

Windows Vista

Среды .NET Framework и .NET Compact Framework поддерживают не все версии каждой платформы. Поддерживаемые версии перечислены в разделе Требования к системе для .NET Framework.

Сведения о версии

.NET Framework

Поддерживается в версии: 3.0

См. также

Ссылки

Tablets Класс

Tablets - члены

Microsoft.Ink - пространство имен

System.Collections.ICollection

Tablet