InputScope.Names Property
Definition
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 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
Colaborați cu noi pe GitHub
Sursa pentru acest conținut poate fi găsită pe GitHub, unde puteți, de asemenea, să creați și să consultați probleme și solicitări de tragere. Pentru mai multe informații, consultați ghidul nostru pentru colaboratori.