AnalysisWarningCollection Methods

Public Methods

(see also Protected Methods )

  Name Description
Public method CopyTo Copies all of the elements of the current AnalysisWarningCollection to the specified one-dimensional array, starting at the specified destination array index.
Public method Equals Overloaded. Overridden. Determines whether two AnalysisWarningCollection instances are equal.
Public method GetEnumerator Returns an object that implements the IEnumerator interface and that can iterate through the AnalysisWarning objects within the AnalysisWarningCollection.
Public method GetHashCode Overridden.  
Public method GetType  Gets the Type of the current instance. (inherited from Object)
Public method Static op_Equality Determines whether two specified AnalysisWarningCollection objects have the same value.
Public method Static op_Inequality Determines whether two specified AnalysisWarningCollection objects have different values.
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

Explicit Interface Implementations

  Name Description
Explicit interface implementation Method System.Collections.ICollection.CopyTo Copies the elements of a AnalysisWarningCollection to an array at the specified index.
Explicit interface implementation Method System.Collections.IEnumerable.GetEnumerator Returns an enumerator that iterates through the current AnalysisWarningCollection object.

Top

See Also

Reference

AnalysisWarningCollection Class
System.Windows.Ink Namespace
AnalysisStatus.Warnings
System.Windows.Ink.AnalysisWarning