Поделиться через


PropertyGuidsForAnalysisHintsBase.SuffixText - поле

Обновлен: Ноябрь 2007

Specifies the globally unique identifier (GUID) for getting and setting the String that represents the suffix text on an analysis hint.

Пространство имен:  System.Windows.Ink.AnalysisCore
Сборка:  IACore (в IACore.dll)

Синтаксис

'Декларация
Public Shared ReadOnly SuffixText As Guid
'Применение
Dim value As Guid

value = PropertyGuidsForAnalysisHintsBase.SuffixText
public static readonly Guid SuffixText
public:
static initonly Guid SuffixText
public static final Guid SuffixText
public static final var SuffixText : Guid

Заметки

In languages that have spaces between words, if the suffix text does not begin with a space, the ink analyzer analyzes the strokes in the hint as if the characters of the suffix text were a continuation of the strokes.

This field represents the suffix text on a ContextNode of type AnalysisHint.

Примеры

The following example demonstrates the SuffixText field.

' Get suffix text used for analysis hint
If myAnalysisHintNode.ContainsPropertyData( _
   PropertyGuidsForAnalysisHints.SuffixText) Then
    Dim mySuffixText As String = _
        CType(myAnalysisHintNode.GetPropertyData( _
        PropertyGuidsForAnalysisHints.SuffixText), String)
End If
// Get suffix text used for analysis hint
if (myAnalysisHintNode.ContainsPropertyData(PropertyGuidsForAnalysisHints.SuffixText))
{
    string myInkRecognizerGuideBaseByGuid =
        (string)myAnalysisHintNode.GetPropertyData(PropertyGuidsForAnalysisHints.SuffixText);
}

Платформы

Windows Vista, Windows XP с пакетом обновления 2 (SP2), Windows Server 2003

Среды .NET Framework и .NET Compact Framework поддерживают не все версии каждой платформы. Поддерживаемые версии перечислены в разделе Требования к системе для .NET Framework.

Сведения о версии

.NET Framework

Поддерживается в версии: 3.0

См. также

Ссылки

PropertyGuidsForAnalysisHintsBase Класс

PropertyGuidsForAnalysisHintsBase - члены

System.Windows.Ink.AnalysisCore - пространство имен