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