AnalysisWarningCollection - члены
Включить защищенные члены
Включить унаследованные члены
Включить члены .NET Framework
Включить члены .NET Compact Framework
Включить члены XNA Framework
Обновлен: Ноябрь 2007
Contains a collection of AnalysisWarning objects that are the result of an ink analysis.
Тип AnalysisWarningCollection предоставляет следующие члены.
Методы
Имя | Описание | |
---|---|---|
![]() |
CopyTo | Copies all of the elements of the current AnalysisWarningCollection to the specified one-dimensional array, starting at the specified destination array index. |
![]() |
Equals | Determines whether the specified AnalysisWarningCollection is equal to the current AnalysisWarningCollection. (Переопределяет Object.Equals(Object).) |
![]() |
Finalize | Позволяет объекту Object попытаться освободить ресурсы и выполнить другие операции очистки, перед тем как объект Object будет утилизирован в процессе сборки мусора. (Унаследовано от Object.) |
![]() |
GetEnumerator | Returns an object that implements the IEnumerator interface and that can iterate through the AnalysisWarning objects within the AnalysisWarningCollection. |
![]() |
GetHashCode | Returns the hash code for this instance. (Переопределяет Object.GetHashCode().) |
![]() |
GetType | Возвращает объект Type для текущего экземпляра. (Унаследовано от Object.) |
![]() |
MemberwiseClone | Создает неполную копию текущего объекта Object. (Унаследовано от Object.) |
![]() |
ToString | Возвращает объект String, который представляет текущий объект Object. (Унаследовано от Object.) |
В начало страницы
Операторы
Имя | Описание | |
---|---|---|
![]() ![]() |
Equality | Determines whether two specified AnalysisWarningCollection objects have the same value. |
![]() ![]() |
Inequality | Determines whether two specified AnalysisWarningCollection objects have different values. |
В начало страницы
Свойства
Имя | Описание | |
---|---|---|
![]() |
Count | Gets the number of AnalysisWarning objects contained in the AnalysisWarningCollection. |
![]() |
IsSynchronized | Gets a value that indicates whether or not access to AnalysisWarningCollection is synchronized (thread safe). |
![]() |
Item | Gets the AnalysisWarning object at the specified index within the AnalysisWarningCollection. |
![]() |
SyncRoot | Returns an object that can be used to synchronize access to the AnalysisWarningCollection. |
В начало страницы
Явные реализации интерфейса
Имя | Описание | |
---|---|---|
![]() ![]() |
ICollection.CopyTo | |
![]() ![]() |
IEnumerable.GetEnumerator |
В начало страницы