AnalysisHintNode.GetEnabledUnicodeCharacterRanges Method
Returns an array of character that represents the restricted set of supported unicode character set supported by this InkRecognizers.
Namespace: Microsoft.Ink
Assembly: Microsoft.Ink.Analysis (in microsoft.ink.analysis.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 set of supported 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
Microsoft.Ink Namespace