AnalysisAlternateCollection Members

The following tables list the members exposed by the AnalysisAlternateCollection type.

Public Properties

  Name Description
Public property Count Gets the number of AnalysisAlternate objects contained in the AnalysisAlternateCollection.
Public property IsSynchronized Gets a value that indicates whether or not access to the AnalysisAlternateCollection is synchronized (thread safe).
Public property Item Gets the AnalysisAlternate object with the specified index within the AnalysisAlternateCollection.
Public property SyncRoot Returns an object that can be used to synchronize access to the AnalysisAlternateCollection.

Top

Public Methods

(see also Protected Methods )

  Name Description
Public method CopyTo Copies all of the elements of the current AnalysisAlternateCollection to a one-dimensional array, starting at a specified destination array index.
Public method Equals Overloaded. Overridden. Determines whether two AnalysisAlternateCollection instances are equal.
Public method GetEnumerator Returns an object that implements the IEnumerator interface and iterates through the AnalysisAlternate objects within the AnalysisAlternateCollection.
Public method GetHashCode Overridden. Gets the hash code for the AnalysisAlternateCollection instance.
Public method GetType  Gets the Type of the current instance. (inherited from Object)
Public method Static op_Equality Determines whether two AnalysisAlternateCollection objects have the same value.
Public method Static op_Inequality Determines whether two AnalysisAlternateCollection 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 This method supports the InkAnalyzer infrastructure and is not intended to be used directly from your code.
Explicit interface implementation Method System.Collections.IEnumerable.GetEnumerator This method supports the InkAnalyzer infrastructure and is not intended to be used directly from your code.

Top

See Also

Reference

AnalysisAlternateCollection Class
System.Windows.Ink Namespace
System.Windows.Ink.AnalysisAlternate
InkAnalyzer.GetAlternates