Compartir a través de


RecognizerContext.GetEnabledUnicodeRanges Method

Returns an array of UnicodeRange that the recognizer supports.

Namespace: Microsoft.Ink
Assembly: Microsoft.Ink (in microsoft.ink.dll)

Syntax

'Declaration
Public Function GetEnabledUnicodeRanges As UnicodeRange()
'Usage
Dim instance As RecognizerContext
Dim returnValue As UnicodeRange()

returnValue = instance.GetEnabledUnicodeRanges
public UnicodeRange[] GetEnabledUnicodeRanges ()
public:
array<UnicodeRange>^ GetEnabledUnicodeRanges ()
public UnicodeRange[] GetEnabledUnicodeRanges ()
public function GetEnabledUnicodeRanges () : UnicodeRange[]
Not applicable.

Return Value

An array of UnicodeRange that the recognizer supports.

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

RecognizerContext Class
RecognizerContext Members
Microsoft.Ink Namespace