InputScope.Names Property

Definition

Gets or sets the input scope name.

public:
 property System::Collections::IList ^ Names { System::Collections::IList ^ get(); };
public System.Collections.IList Names { get; }
member this.Names : System.Collections.IList
Public ReadOnly Property Names As IList

Property Value

A member of the InputScopeName enumeration specifying a name for this input scope.

The default value is Default.

Exceptions

Raised when an attempt is made to set this property to any value other than a valid member of the InputScopeName enumeration.

Remarks

Using an input scope name is the simplest way to refer to an InputScope for an element.

Applies to