表示指定的辨識字串是來自系統字典、使用者字典還是單字清單。任何對應之 AnalysisHintNode 中的任何限制資料,如單字清單、輔助線或個人小檔案,都會用來判斷字串是否受支援。
命名空間: Microsoft.Ink
組件: Microsoft.Ink.Analysis (在 Microsoft.Ink.Analysis.dll 中)
語法
'宣告
Public Function IsStringSupported ( _
text As String _
) As Boolean
'用途
Dim instance As InkWordNode
Dim text As String
Dim returnValue As Boolean
returnValue = instance.IsStringSupported(text)
public bool IsStringSupported(
string text
)
public:
bool IsStringSupported(
String^ text
)
public boolean IsStringSupported(
String text
)
public function IsStringSupported(
text : String
) : boolean
參數
- text
型別:System.String
指定的已辨識字串。
傳回值
型別:System.Boolean
在套用任何對應的 AnalysisHintNode 節點的情況下,如果 InkRecognizer 支援指定的字串,則為 true,如果不支援則為 false。
平台
Windows Vista
.NET Framework 和 .NET Compact Framework 並不支援各種平台的所有版本。如需支援平台版本的相關資訊,請參閱 .NET Framework 系統需求。
版本資訊
.NET Framework
支援版本:3.0