InputScopePhrase Class
Represents a suggested input text pattern.
Assembly: PresentationCore (in PresentationCore.dll)
| Name | Description | |
|---|---|---|
![]() | 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. |
| Name | Description | |
|---|---|---|
![]() | Name | Gets or sets a descriptive name associated with the text input pattern for this InputScopePhrase. |
| Name | Description | |
|---|---|---|
![]() | 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.) |
![]() | Finalize() | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.(Inherited from Object.) |
![]() | GetHashCode() | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType() | |
![]() | MemberwiseClone() | |
![]() | ToString() | Returns a string that represents the current object.(Inherited from Object.) |
InputScopeName provides a set of pre-defined Name values.
Available since 3.0
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.


