AnalysisHintNode.AllowPartialDictionaryTerms 屬性
取得或設定值,這個值表示 InkAnalyzer 是否可辨識提示區域內的部分字典詞彙。
命名空間: System.Windows.Ink
組件: IAWinFX (在 IAWinFX.dll 中)
語法
'宣告
Public Property AllowPartialDictionaryTerms As Boolean
'用途
Dim instance As AnalysisHintNode
Dim value As Boolean
value = instance.AllowPartialDictionaryTerms
instance.AllowPartialDictionaryTerms = value
public bool AllowPartialDictionaryTerms { get; set; }
public:
property bool AllowPartialDictionaryTerms {
bool get ();
void set (bool value);
}
/** @property */
public boolean get_AllowPartialDictionaryTerms()
/** @property */
public void set_AllowPartialDictionaryTerms(boolean value)
public function get AllowPartialDictionaryTerms () : boolean
public function set AllowPartialDictionaryTerms (value : boolean)
屬性值
型別:System.Boolean
如果 InkAnalyzer 可辨識提示區域內的部分字典詞彙,則為 true,否則為 false。預設為 false。
備註
部分字典詞彙是由字典詞彙的前置字母所組成的,例如 "hello" 為字典詞彙且 AllowPartialDictionaryTerms 為 true,則 "h"、"he"、"hel" 和 "hell" 都是有效的手寫辨識結果。
在分析期間,如果套用於筆劃的筆墨分析器不支援部分字典詞彙,則筆墨分析器會產生 AnalysisWarning,而其 WarningCode() 屬性會設定為 System.Windows.Ink.AnalysisWarningCode 值 PartialDictionaryTermsNotSupported。
範例
這個範例會為 InkAnalyzer (名為 theInkAnalyzerWithHint) 建立 AnalysisHintNode (名為 theAnalysisHint),並且讓 theAnalysisHint 成為全域提示。然後在提示上設定 AllowPartialDictionaryTerms 和 Name 屬性。
' Add a new, global analysis hint to theInkAnalyzerWithHint.
Dim theAnalysisHint As AnalysisHintNode = Me.theInkAnalyzerWithHint.CreateAnalysisHint()
theAnalysisHint.Location.MakeInfinite()
theAnalysisHint.AllowPartialDictionaryTerms = True
theAnalysisHint.Name = "Allow Partial Dictionary Terms"
// Add a new, global analysis hint to theInkAnalyzerWithHint.
AnalysisHintNode theAnalysisHint =
this.theInkAnalyzerWithHint.CreateAnalysisHint();
theAnalysisHint.Location.MakeInfinite();
theAnalysisHint.AllowPartialDictionaryTerms = true;
theAnalysisHint.Name = "Allow Partial Dictionary Terms";
平台
Windows Vista
.NET Framework 和 .NET Compact Framework 並不支援各種平台的所有版本。如需支援平台版本的相關資訊,請參閱 .NET Framework 系統需求。
版本資訊
.NET Framework
支援版本:3.0