InputScopePhrase Constructors

Definition

Initializes a new instance of the InputScopePhrase class.

Overloads

InputScopePhrase()

This type or member supports the Windows Presentation Foundation (WPF) infrastructure and is not intended to be used directly from your code.

InputScopePhrase(String)

Initializes a new instance of the InputScopePhrase class, taking a string specifying the Name of the input scope phrase.

InputScopePhrase()

This type or member supports the Windows Presentation Foundation (WPF) infrastructure and is not intended to be used directly from your code.

public:
 InputScopePhrase();
public InputScopePhrase ();
Public Sub New ()

Applies to

InputScopePhrase(String)

Initializes a new instance of the InputScopePhrase class, taking a string specifying the Name of the input scope phrase.

public:
 InputScopePhrase(System::String ^ name);
public InputScopePhrase (string name);
new System.Windows.Input.InputScopePhrase : string -> System.Windows.Input.InputScopePhrase
Public Sub New (name As String)

Parameters

name
String

A string specifying the initial value for the Name property. This value cannot be null.

Exceptions

Raised if name is null.

Remarks

The InputScopeName enumeration provides a set of pre-defined Name values.

Applies to