InputScopePhrase Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Exceptions
Raised if name
is null
.
Remarks
The InputScopeName enumeration provides a set of pre-defined Name values.