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
- 屬性
備註
使用 和 InputScopeInputScope 屬性來取得特定元素的 。InputScope
建構函式
| 名稱 | Description |
|---|---|
| InputScope() |
初始化 InputScope 類別的新執行個體。 |
屬性
| 名稱 | Description |
|---|---|
| Names |
取得或設定輸入範圍名稱。 |
| PhraseList |
獲得一組短語,供輸入處理器作為建議輸入模式使用。 |
| RegularExpression |
取得或設定一個正則表達式,作為輸入處理器建議的文字輸入模式。 |
| SrgsMarkup |
取得或設定一個字串,指定任何語音識別文法規範(SRGS)標記,作為輸入處理器建議的輸入模式。 |
方法
| 名稱 | Description |
|---|---|
| Equals(Object) |
判斷指定的 物件是否等於目前的物件。 (繼承來源 Object) |
| GetHashCode() |
做為預設雜湊函式。 (繼承來源 Object) |
| GetType() |
取得目前實例的 Type。 (繼承來源 Object) |
| MemberwiseClone() |
建立目前 Object的淺層複本。 (繼承來源 Object) |
| ToString() |
傳回表示目前 物件的字串。 (繼承來源 Object) |