AnalysisStatus - члены
Включить защищенные члены
Включить унаследованные члены
Включить члены .NET Framework
Включить члены .NET Compact Framework
Включить члены XNA Framework
Обновлен: Ноябрь 2007
Represents the status of the analysis operation by indicating whether the analysis completed successfully, whether any warnings occurred, and where the changes, if any, were applied.
Тип AnalysisStatus предоставляет следующие члены.
Методы
Имя | Описание | |
---|---|---|
![]() |
Equals | Determines whether the specified AnalysisStatus is equal to the current AnalysisStatus. (Переопределяет Object.Equals(Object).) |
![]() |
Finalize | Позволяет объекту Object попытаться освободить ресурсы и выполнить другие операции очистки, перед тем как объект Object будет утилизирован в процессе сборки мусора. (Унаследовано от Object.) |
![]() |
GetHashCode | Gets the hash code for the AnalysisStatus instance. (Переопределяет Object.GetHashCode().) |
![]() |
GetType | Возвращает объект Type для текущего экземпляра. (Унаследовано от Object.) |
![]() |
MemberwiseClone | Создает неполную копию текущего объекта Object. (Унаследовано от Object.) |
![]() |
ToString | Возвращает объект String, который представляет текущий объект Object. (Унаследовано от Object.) |
В начало страницы
Операторы
Имя | Описание | |
---|---|---|
![]() ![]() |
Equality | Determines whether two specified AnalysisStatus objects have the same value. |
![]() ![]() |
Inequality | Determines whether two specified AnalysisStatus objects have different values. |
В начало страницы
Свойства
Имя | Описание | |
---|---|---|
![]() |
AppliedChangesRegion | Returns the region of the document where the InkAnalyzer has changed the ContextNode tree. |
![]() |
Successful | Returns a Boolean summary of the results of the analysis operation. |
![]() |
Warnings | Gets a collection of AnalysisWarnings. |
В начало страницы