InputScopeName Class
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.
Defines a name for text input patterns.
public ref class InputScopeName : System::Windows::Markup::IAddChild
[System.ComponentModel.TypeConverter("System.Windows.Input.InputScopeNameConverter, PresentationCore, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, Custom=null")]
[System.Windows.Markup.ContentProperty("NameValue")]
public class InputScopeName : System.Windows.Markup.IAddChild
[System.Windows.Markup.ContentProperty("NameValue")]
[System.ComponentModel.TypeConverter("System.Windows.Input.InputScopeNameConverter, PresentationCore, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, Custom=null")]
public class InputScopeName : System.Windows.Markup.IAddChild
[<System.ComponentModel.TypeConverter("System.Windows.Input.InputScopeNameConverter, PresentationCore, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, Custom=null")>]
[<System.Windows.Markup.ContentProperty("NameValue")>]
type InputScopeName = class
interface IAddChild
[<System.Windows.Markup.ContentProperty("NameValue")>]
[<System.ComponentModel.TypeConverter("System.Windows.Input.InputScopeNameConverter, PresentationCore, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, Custom=null")>]
type InputScopeName = class
interface IAddChild
Public Class InputScopeName
Implements IAddChild
- Inheritance
-
InputScopeName
- Attributes
- Implements
The names defined by this class are used by the InputScopePhrase class.
Input |
Initializes a new instance of the InputScopeName class. |
Input |
Initializes a new instance of the InputScopeName class with the specified NameValue. |
Name |
Gets or sets the input scope name value which modifies how input from alternative input methods is interpreted. |
Add |
Adds a child object to this InputScopeName. |
Add |
Adds a text string as a child of this InputScopeName. |
Equals(Object) |
Determines whether the specified object is equal to the current object. (Inherited from Object) |
Get |
Serves as the default hash function. (Inherited from Object) |
Get |
Gets the Type of the current instance. (Inherited from Object) |
Memberwise |
Creates a shallow copy of the current Object. (Inherited from Object) |
To |
Returns a string that represents the current object. (Inherited from Object) |
Product | Versions |
---|---|
.NET Framework | 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1 |
Windows Desktop | 3.0, 3.1, 5, 6, 7, 8, 9, 10 |
.NET feedback
.NET is an open source project. Select a link to provide feedback: