Note
Access to this page requires authorization. You can try signing in or .
Access to this page requires authorization. You can try .
InputScopeName.NameValue Property
Definition
- Namespace:
- Microsoft.UI.Xaml.Input
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.
Gets or sets the specific input scope name value for this InputScopeName.
public:
property InputScopeNameValue NameValue { InputScopeNameValue get(); void set(InputScopeNameValue value); };
InputScopeNameValue NameValue();
void NameValue(InputScopeNameValue value);
public InputScopeNameValue NameValue { get; set; }
var inputScopeNameValue = inputScopeName.nameValue;
inputScopeName.nameValue = inputScopeNameValue;
Public Property NameValue As InputScopeNameValue
Property Value
A value of the enumeration.
Applies to
See also
Feedback
Was this page helpful?
