Cursors - члены
Включить защищенные члены
Включить унаследованные члены
Включить члены .NET Framework
Включить члены .NET Compact Framework
Включить члены XNA Framework
Обновлен: Ноябрь 2007
Represents a collection of Cursor objects.
Тип Cursors предоставляет следующие члены.
Методы
Имя | Описание | |
---|---|---|
CopyTo | Copies all of the elements of the current Cursors 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 Cursor objects within the Cursors collection. | |
GetHashCode | Играет роль хэш-функции для определенного типа. (Унаследовано от Object.) | |
GetType | Возвращает объект Type для текущего экземпляра. (Унаследовано от Object.) | |
MemberwiseClone | Создает неполную копию текущего объекта Object. (Унаследовано от Object.) | |
ToString | Возвращает объект String, который представляет текущий объект Object. (Унаследовано от Object.) |
В начало страницы
Свойства
Имя | Описание | |
---|---|---|
Count | Gets the number of Cursors objects contained in the Cursors collection. | |
IsSynchronized | Gets a value that indicates whether or not access to the Cursors collection is synchronized (thread safe). | |
Item | Gets the Cursor object at the specified index within the Cursors collection. | |
SyncRoot | Returns an object that can be used to synchronize access to the Cursors collection. |
В начало страницы
Явные реализации интерфейса
Имя | Описание | |
---|---|---|
IEnumerable.GetEnumerator |
В начало страницы