InputScopePhrase Class

Definition

Represents a suggested input text pattern.

public ref class InputScopePhrase : System::Windows::Markup::IAddChild
[System.Windows.Markup.ContentProperty("Name")]
public class InputScopePhrase : System.Windows.Markup.IAddChild
[<System.Windows.Markup.ContentProperty("Name")>]
type InputScopePhrase = class
    interface IAddChild
Public Class InputScopePhrase
Implements IAddChild
Inheritance
InputScopePhrase
Attributes
Implements

Remarks

InputScopeName provides a set of pre-defined Name values.

Constructors

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.

Properties

Name

Gets or sets a descriptive name associated with the text input pattern for this InputScopePhrase.

Methods

AddChild(Object)

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

AddText(String)

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

Equals(Object)

Determines whether the specified object is equal to the current object.

(Inherited from Object)
GetHashCode()

Serves as the default hash function.

(Inherited from Object)
GetType()

Gets the Type of the current instance.

(Inherited from Object)
MemberwiseClone()

Creates a shallow copy of the current Object.

(Inherited from Object)
ToString()

Returns a string that represents the current object.

(Inherited from Object)

Applies to

See also