Share via


InkAnalyzer.GetInkRecognizersByPriority Method

Returns the ordered collection of recognizers.

Namespace:  Microsoft.Ink
Assembly:  Microsoft.Ink.Analysis (in Microsoft.Ink.Analysis.dll)

Syntax

'Declaration
Public Function GetInkRecognizersByPriority As InkRecognizerCollection
'Usage
Dim instance As InkAnalyzer 
Dim returnValue As InkRecognizerCollection 

returnValue = instance.GetInkRecognizersByPriority()
public InkRecognizerCollection GetInkRecognizersByPriority()
public:
InkRecognizerCollection^ GetInkRecognizersByPriority()
public function GetInkRecognizersByPriority() : InkRecognizerCollection

Return Value

Type: Microsoft.Ink.InkRecognizerCollection
The ordered collection of recognizers.

Remarks

Applications may check the order being used by a particular instance of the InkAnalyzer by calling the “InkRecognizerPriority” method.

The order of recognizers in this collection represents the order in which recognizers will be evaluated.

This method will return the active InkRecognizerCollection associated with the current InkAnalyzer.

Platforms

Windows 7, Windows Vista, Windows Server 2008 R2, Windows Server 2008

The .NET Framework and .NET Compact Framework do not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.

Version Information

.NET Framework

Supported in: 3.0

See Also

Reference

InkAnalyzer Class

InkAnalyzer Members

Microsoft.Ink Namespace