Bewerken

InputScope Class

Definition

Represents information related to the scope of data provided by an input method.

public ref 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=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, Custom=null")>]
type InputScope = class
Public Class InputScope
Inheritance
InputScope
Attributes

Remarks

Use the InputScope and InputScope properties to get an InputScope for a particular element.

Constructors

Name Description
InputScope()

Initializes a new instance of the InputScope class.

Properties

Name Description
Names

Gets or sets the input scope name.

PhraseList

Gets a collection of phrases to be used as suggested input patterns by input processors.

RegularExpression

Gets or sets a regular expression to be used as a suggested text input pattern by input processors.

SrgsMarkup

Gets or sets a string that specifies any Speech Recognition Grammar Specification (SRGS) markup to be used as a suggested input pattern by input processors.

Applies to

See also