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
Public property AppliedChangesRegion Returns the region of the document where the InkAnalyzer has changed the ContextNode tree
Public property Successful Returns a Boolean summary of the results of the analysis operation.
Public property Warnings Gets a collection of AnalysisWarning objects.

Top

Public Methods

(see also Protected Methods )

  Name Description
Public method Equals Overloaded. Overridden. Determines whether two AnalysisStatus instances are equal.
Public method GetHashCode Overridden. Gets the hash code for the AnalysisStatus instance.
Public method GetType  Gets the Type of the current instance. (inherited from Object)
Public method Static op_Equality Determines whether the two specified AnalysisStatus objects are equal.
Public method Static op_Inequality Determines whether two AnalysisStatus objects are equal.
Public method Static ReferenceEquals  Determines whether the specified Object instances are the same instance. (inherited from Object)
Public method ToString  Returns a String that represents the current Object. (inherited from Object)

Top

Protected Methods

  Name Description
Protected method 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)
Protected method 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