MapVariableDescriptorPreview.ValidStringKeys 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.
Deprecated. Gets the valid string keys of the map variable descriptor.
public:
property IIterable<Platform::String ^> ^ ValidStringKeys { IIterable<Platform::String ^> ^ get(); };
IIterable<winrt::hstring> ValidStringKeys();
/// [get: Windows.Foundation.Metadata.Deprecated("Use IMapFeatureDescriptor instead of IMapVariableDescriptorPreview. For more info, see MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 131072, "Windows.AI.MachineLearning.Preview.MachineLearningPreviewContract")]
IIterable<winrt::hstring> ValidStringKeys();
public IEnumerable<string> ValidStringKeys { get; }
public IEnumerable<string> ValidStringKeys { [Windows.Foundation.Metadata.Deprecated("Use IMapFeatureDescriptor instead of IMapVariableDescriptorPreview. For more info, see MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 131072, "Windows.AI.MachineLearning.Preview.MachineLearningPreviewContract")] get; }
var iIterable = mapVariableDescriptorPreview.validStringKeys;
Public ReadOnly Property ValidStringKeys As IEnumerable(Of String)
Property Value
The valid string keys.
- Attributes
Remarks
Warning
This is a deprecated API. Please use the Windows.AI.MachineLearning namespace instead.