Sdílet prostřednictvím


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 function GetInkRecognizersByPriority() : InkRecognizerBaseCollection

Return Value

Type: System.Windows.Ink.AnalysisCore.InkRecognizerBaseCollection
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 7, Windows Vista, Windows XP SP2, Windows Server 2008 R2, Windows Server 2008, Windows Server 2003

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

InkAnalyzerBase Class

InkAnalyzerBase Members

System.Windows.Ink.AnalysisCore Namespace