Freigeben über


AnalysisHintNode.SetEnabledUnicodeCharacterRanges Method

Allows the user to restrict the set of supported Unicode ranges used by the recognizer.

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

Syntax

'Declaration
Public Sub SetEnabledUnicodeCharacterRanges ( _
    enabledCharacterRanges As UnicodeCharacterRangeCollection _
)
'Usage
Dim instance As AnalysisHintNode
Dim enabledCharacterRanges As UnicodeCharacterRangeCollection

instance.SetEnabledUnicodeCharacterRanges(enabledCharacterRanges)
public void SetEnabledUnicodeCharacterRanges (
    UnicodeCharacterRangeCollection enabledCharacterRanges
)
public:
void SetEnabledUnicodeCharacterRanges (
    UnicodeCharacterRangeCollection^ enabledCharacterRanges
)
public void SetEnabledUnicodeCharacterRanges (
    UnicodeCharacterRangeCollection enabledCharacterRanges
)
public function SetEnabledUnicodeCharacterRanges (
    enabledCharacterRanges : UnicodeCharacterRangeCollection
)
Not applicable.

Parameters

  • enabledCharacterRanges
    An array of supported Unicode ranges.

Remarks

If the UnicodeCharacterRange specified has the same value as a character range that is currently stored, the redundant character range will not be added.

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