InputScope.Names Property

Definition

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 specifed by the InputScopeNameValue enumeration.

Applies to

See also