Tablets - члены
Включить защищенные члены
Включить унаследованные члены
Включить члены .NET Framework
Включить члены .NET Compact Framework
Включить члены XNA Framework
Обновлен: Ноябрь 2007
Contains the Tablet objects that represent the hardware-specific properties of all tablets that are attached to the system.
Тип Tablets предоставляет следующие члены.
Конструкторы
Имя | Описание | |
---|---|---|
Tablets | Initializes a new instance of the Tablets class. |
В начало страницы
Методы
Имя | Описание | |
---|---|---|
CopyTo | Copies all of the elements of the current Tablets collection to the specified one-dimensional array, starting at the specified destination array index. | |
Equals | Определяет, равен ли заданный объект Object текущему объекту Object. (Унаследовано от Object.) | |
Finalize | Позволяет объекту Object попытаться освободить ресурсы и выполнить другие операции очистки, перед тем как объект Object будет утилизирован в процессе сборки мусора. (Унаследовано от Object.) | |
GetEnumerator | Returns an object that implements the System.Collections.IEnumerator interface and that can iterate through the Tablet objects within the Tablets collection. | |
GetHashCode | Играет роль хэш-функции для определенного типа. (Унаследовано от Object.) | |
GetType | Возвращает объект Type для текущего экземпляра. (Унаследовано от Object.) | |
IsPacketPropertySupported | Returns a value that indicates whether a PacketProperty field, identified with a globally unique identifier (GUID), is supported by all Tablet objects in this Tablets collection. | |
MemberwiseClone | Создает неполную копию текущего объекта Object. (Унаследовано от Object.) | |
ToString | Возвращает объект String, который представляет текущий объект Object. (Унаследовано от Object.) |
В начало страницы
Свойства
Имя | Описание | |
---|---|---|
Count | Gets the number of Tablet objects contained in the Tablets collection. | |
DefaultTablet | Gets the default Tablet object of the Tablets collection. | |
IsSynchronized | Gets a value that indicates whether or not access to the Tablets collection is synchronized (thread safe). | |
Item | Gets the Tablet object at the specified index within the Tablets collection. | |
SyncRoot | Returns an object that can be used to synchronize access to the Tablets collection. |
В начало страницы
Явные реализации интерфейса
Имя | Описание | |
---|---|---|
IEnumerable.GetEnumerator |
В начало страницы