Note

Access to this page requires authorization. You can try signing in or .

Access to this page requires authorization. You can try .

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 a collection of valid InputScopeName items that are relevant to this InputScope.

public:
 property IVector<InputScopeName ^> ^ Names { IVector<InputScopeName ^> ^ get(); };
IVector<InputScopeName> Names();
public IList<InputScopeName> Names { get; }
var iVector = inputScope.names;
Public ReadOnly Property Names As IList(Of InputScopeName)

Property Value

A collection of valid InputScopeName items. Valid input scope names are specified by the InputScopeNameValue enumeration.

Applies to

See also


Feedback

Was this page helpful?