AnalysisStatus Members
Represents the status of the analysis operation by indicating the success of the analysis, occurrences of warnings, and where or if any changes occurred.
The following tables list the members exposed by the AnalysisStatus type.
Public Properties
Name | Description | |
---|---|---|
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 AnalysisWarning objects. |
Top
Public Methods
(see also Protected Methods )
Name | Description | |
---|---|---|
Equals | Overloaded. Overridden. Determines whether two AnalysisStatus instances are equal. | |
GetHashCode | Overridden. Gets the hash code for the AnalysisStatus instance. | |
GetType | Gets the Type of the current instance. (inherited from Object) | |
op_Equality | Determines whether the two specified AnalysisStatus objects are equal. | |
op_Inequality | Determines whether two AnalysisStatus objects are equal. | |
ReferenceEquals | Determines whether the specified Object instances are the same instance. (inherited from Object) | |
ToString | Returns a String that represents the current Object. (inherited from Object) |
Top
Protected Methods
Name | Description | |
---|---|---|
Finalize | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (inherited from Object) | |
MemberwiseClone | Creates a shallow copy of the current Object. (inherited from Object) |
Top
See Also
Reference
AnalysisStatus Class
System.Windows.Ink Namespace
InkAnalyzer.Analyze
System.Windows.Ink.ResultsUpdatedEventArgs
System.Windows.Ink.AnalysisWarningCode