Share via


InkAnalyzerBase.GetInkRecognizersByPriority Method

Returns the ordered collection of recognizers.

Namespace: System.Windows.Ink.AnalysisCore
Assembly: IACore (in iacore.dll)

Syntax

'Declaration
Public Function GetInkRecognizersByPriority As InkRecognizerBaseCollection
'Usage
Dim instance As InkAnalyzerBase
Dim returnValue As InkRecognizerBaseCollection

returnValue = instance.GetInkRecognizersByPriority
public InkRecognizerBaseCollection GetInkRecognizersByPriority ()
public:
InkRecognizerBaseCollection^ GetInkRecognizersByPriority ()
public InkRecognizerBaseCollection GetInkRecognizersByPriority ()
public function GetInkRecognizersByPriority () : InkRecognizerBaseCollection
Not applicable.

Return Value

The ordered collection of recognizers.

Remarks

Applications may check the order being used by a particular instance of the InkAnalyzerBase by calling the GetInkRecognizersByPriority method.

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

This method will return the active InkRecognizerBaseCollection associated with the current InkAnalyzerBase .

Platforms

Windows 98, Windows Server 2000 SP4, Windows CE, Windows Millennium Edition, Windows Mobile for Pocket PC, Windows Mobile for Smartphone, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition

The Microsoft .NET Framework 3.0 is supported on Windows Vista, Microsoft Windows XP SP2, and Windows Server 2003 SP1.

Version Information

.NET Framework

Supported in: 3.0

See Also

Reference

InkAnalyzerBase Class
InkAnalyzerBase Members
System.Windows.Ink.AnalysisCore Namespace