ISkillFeatureMapDescriptor.ValidKeys 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.
An IIterable list of valid keys to use in the map.
public:
property Windows::Foundation::Collections::IIterable<System::Object ^> ^ ValidKeys { Windows::Foundation::Collections::IIterable<System::Object ^> ^ get(); };
public Windows.Foundation.Collections.IIterable<object> ValidKeys { get; }
member this.ValidKeys : Windows.Foundation.Collections.IIterable<obj>
Public ReadOnly Property ValidKeys As IIterable(Of Object)
Property Value
- Windows.Foundation.Collections.IIterable<Object>
An IIterable list of valid keys to use in the map.