共用方式為


ContextNodeBase.IsStringSupported 方法

表示目前 ContextNodeBase 的已辨識字串來自系統字典、使用者字典或單字清單。任何限制資料,如任何相對應的 AnalysisHintNode 中的單字清單、輔助線或個人小檔案,都會用來判斷字串是否受支援。

命名空間:  System.Windows.Ink.AnalysisCore
組件:  IACore (在 IACore.dll 中)

語法

'宣告
Public Function IsStringSupported As Boolean
'用途
Dim instance As ContextNodeBase
Dim returnValue As Boolean

returnValue = instance.IsStringSupported()
public bool IsStringSupported()
public:
bool IsStringSupported()
public boolean IsStringSupported()
public function IsStringSupported() : boolean

傳回值

型別:System.Boolean
在套用任何對應的 AnalysisHintNode 節點的情況下,如果 InkRecognizerBase 支援目前 ContextNodeBase 的辨識字串值,則為 true,如果不支援則為 false。

備註

如果 ContextNodeBase 是不屬於 InkWord 的任何型別,則這個方法將擲回 InvalidOperationException

如果節點沒有相關聯的辨識文字,則這個方法會傳回 true。

平台

Windows Vista, Windows XP SP2, Windows Server 2003

.NET Framework 和 .NET Compact Framework 並不支援各種平台的所有版本。如需支援平台版本的相關資訊,請參閱 .NET Framework 系統需求

版本資訊

.NET Framework

支援版本:3.0

請參閱

參考

ContextNodeBase 類別

ContextNodeBase 成員

IsStringSupported 多載

System.Windows.Ink.AnalysisCore 命名空間