AnalysisHintNode.SuffixText - свойство
Обновлен: Ноябрь 2007
Gets or sets the suffix text that the InkAnalyzer uses to analyze ink within this area.
Пространство имен: Microsoft.Ink
Сборка: Microsoft.Ink.Analysis (в Microsoft.Ink.Analysis.dll)
Синтаксис
'Декларация
Public Property SuffixText As String
'Применение
Dim instance As AnalysisHintNode
Dim value As String
value = instance.SuffixText
instance.SuffixText = value
public string SuffixText { get; set; }
public:
property String^ SuffixText {
String^ get ();
void set (String^ value);
}
/** @property */
public String get_SuffixText()
/** @property */
public void set_SuffixText(String value)
public function get SuffixText () : String
public function set SuffixText (value : String)
Значение свойства
Тип: System.String
The suffix text that the InkAnalyzer uses to analyze ink within this area. The default is an empty string ("").
Заметки
In languages that have spaces between words, if the suffix text does not begin with a space, the InkAnalyzer analyzes the strokes in the hint as if the characters of the suffix text were a continuation of the strokes.
The prefix and suffix text can be used as part of an interface to help correct user input.
During analysis, if the ink recognizer applied to the strokes does not support prefix or suffix text, the ink analyzer generates an AnalysisWarning with its WarningCode property set to the Microsoft.Ink.AnalysisWarningCode value of SetPrefixSuffixFailed.
Примеры
This example creates an AnalysisHintNode, theAnalysisHint, for the InkAnalyzer, theInkAnalyzerWithHint, and makes theAnalysisHint a global hint. It then sets the PrefixText, SuffixText, and Name properties on the hint.
' Add a new, global analysis hint to theInkAnalyzerWithHint.
Dim theAnalysisHint As Microsoft.Ink.AnalysisHintNode = _
Me.theInkAnalyzerWithHint.CreateAnalysisHint()
theAnalysisHint.Location.MakeInfinite()
theAnalysisHint.PrefixText = "the "
theAnalysisHint.SuffixText = "ing"
theAnalysisHint.Name = "Prefix and Suffix Text"
// Add a new, global analysis hint to theInkAnalyzerWithHint.
Microsoft.Ink.AnalysisHintNode theAnalysisHint =
this.theInkAnalyzerWithHint.CreateAnalysisHint();
theAnalysisHint.Location.MakeInfinite();
theAnalysisHint.PrefixText = "the ";
theAnalysisHint.SuffixText = "ing";
theAnalysisHint.Name = "Prefix and Suffix Text";
Платформы
Windows Vista
Среды .NET Framework и .NET Compact Framework поддерживают не все версии каждой платформы. Поддерживаемые версии перечислены в разделе Требования к системе для .NET Framework.
Сведения о версии
.NET Framework
Поддерживается в версии: 3.0