InkRecognizerCollection Members

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

Public Properties

  Name Description
Public property Count Gets the number of elements in the collection.
Public property IsSynchronized Gets a value that indicates whether access to the collection is synchronized (thread safe).
Public property Item Gets the element at the specified index.
Public property SyncRoot Gets an object that can be used to synchronize access to the collection.

Top

Public Methods

(see also Protected Methods )

  Name Description
Public method CopyTo Copies the elements of the collection to an InkRecognizer array, starting at a particular index.
Public method Equals Overloaded. Overridden. Determines whether two InkRecognizerCollection object are equal.
Public method GetEnumerator Returns an enumerator that can iterate through the collection.
Public method GetHashCode Overridden.  
Public method GetPriorityInkRecognizer Overloaded. Gets the first InkRecognizer in the collection that matches the specified parameters.
Public method GetType  Gets the Type of the current instance. (inherited from Object)
Public method Static op_Equality Determines whether two specified InkRecognizerCollection objects are equal.
Public method Static op_Inequality Determines whether two specified InkRecognizerCollection objects are unequal.
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 .NET Framework infrastructure and is not intended to be used directly from your code.
Explicit interface implementation Method System.Collections.IEnumerable.GetEnumerator  

Top

See Also

Reference

InkRecognizerCollection Class
System.Windows.Ink Namespace
System.Windows.Ink.InkAnalyzer.InkRecognizersByPriority
System.Windows.Ink.InkRecognizer