InputScope 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
表示與輸入方法所提供之資料範圍相關的資訊。
public ref class InputScope
[System.ComponentModel.TypeConverter("System.Windows.Input.InputScopeConverter, PresentationCore, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, Custom=null")]
public class InputScope
[System.ComponentModel.TypeConverter("System.Windows.Input.InputScopeConverter, PresentationCore, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, Custom=null")]
public class InputScope
[<System.ComponentModel.TypeConverter("System.Windows.Input.InputScopeConverter, PresentationCore, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, Custom=null")>]
type InputScope = class
[<System.ComponentModel.TypeConverter("System.Windows.Input.InputScopeConverter, PresentationCore, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, Custom=null")>]
type InputScope = class
Public Class InputScope
- 繼承
-
InputScope
- 屬性
備註
InputScope使用與 InputScope 屬性取得InputScope特定項目的 。
建構函式
InputScope() |
初始化 InputScope 類別的新執行個體。 |
屬性
Names |
取得或設定輸入範圍名稱。 |
PhraseList |
取得一個要用做輸入處理器所建議之輸入模式的片語集合。 |
RegularExpression |
取得或設定規則運算式 (Regular Expression),這個運算式要用做輸入處理器所建議的文字輸入模式。 |
SrgsMarkup |
取得或設定一個字串,這個字串指定要用做輸入處理器所建議之輸入模式的所有 Speech Recognition Grammar Specification (SRGS) 標記。 |
方法
Equals(Object) |
判斷指定的物件是否等於目前的物件。 (繼承來源 Object) |
GetHashCode() |
做為預設雜湊函式。 (繼承來源 Object) |
GetType() |
取得目前執行個體的 Type。 (繼承來源 Object) |
MemberwiseClone() |
建立目前 Object 的淺層複製。 (繼承來源 Object) |
ToString() |
傳回代表目前物件的字串。 (繼承來源 Object) |