Share via


AnalysisHintNode.GetEnabledUnicodeCharacterRanges Method

Returns an array of characters that represent a restricted Unicode character set supported by the current InkRecognizer.

Namespace: System.Windows.Ink
Assembly: IAWinFX (in iawinfx.dll)

Syntax

'Declaration
Public Function GetEnabledUnicodeCharacterRanges As UnicodeCharacterRangeCollection
'Usage
Dim instance As AnalysisHintNode
Dim returnValue As UnicodeCharacterRangeCollection

returnValue = instance.GetEnabledUnicodeCharacterRanges
public UnicodeCharacterRangeCollection GetEnabledUnicodeCharacterRanges ()
public:
UnicodeCharacterRangeCollection^ GetEnabledUnicodeCharacterRanges ()
public UnicodeCharacterRangeCollection GetEnabledUnicodeCharacterRanges ()
public function GetEnabledUnicodeCharacterRanges () : UnicodeCharacterRangeCollection
Not applicable.

Return Value

An array of character that represents the restricted Unicode character set supported by this InkRecognizers.

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

AnalysisHintNode Class
AnalysisHintNode Members
System.Windows.Ink Namespace