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