AnalysisHintNode.SetEnabledUnicodeCharacterRanges Method
Allows the user to restrict the set of supported unicode ranges used by the recognzier.
Namespace: Microsoft.Ink
Assembly: Microsoft.Ink.Analysis (in Microsoft.Ink.Analysis.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 function SetEnabledUnicodeCharacterRanges(
enabledCharacterRanges : UnicodeCharacterRangeCollection
)
Parameters
enabledCharacterRanges
Type: Microsoft.Ink.UnicodeCharacterRangeCollectionAn 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 7, Windows Vista, Windows Server 2008 R2, Windows Server 2008
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