InputScopeName 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 InputScopeName class.
Overloads
InputScopeName() |
Initializes a new instance of the InputScopeName class. |
InputScopeName(InputScopeNameValue) |
Initializes a new instance of the InputScopeName class with the specified NameValue. |
InputScopeName()
Initializes a new instance of the InputScopeName class.
public:
InputScopeName();
public InputScopeName ();
Public Sub New ()
Applies to
InputScopeName(InputScopeNameValue)
Initializes a new instance of the InputScopeName class with the specified NameValue.
public:
InputScopeName(System::Windows::Input::InputScopeNameValue nameValue);
public InputScopeName (System.Windows.Input.InputScopeNameValue nameValue);
new System.Windows.Input.InputScopeName : System.Windows.Input.InputScopeNameValue -> System.Windows.Input.InputScopeName
Public Sub New (nameValue As InputScopeNameValue)
Parameters
- nameValue
- InputScopeNameValue
The input scope name which modifies how input from alternative input methods is interpreted.