MapVariableDescriptorPreview.KeyKind 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 data type of the key for the map variable.
public:
property FeatureElementKindPreview KeyKind { FeatureElementKindPreview get(); };
FeatureElementKindPreview KeyKind();
/// [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")]
FeatureElementKindPreview KeyKind();
public FeatureElementKindPreview KeyKind { get; }
public FeatureElementKindPreview KeyKind { [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 featureElementKindPreview = mapVariableDescriptorPreview.keyKind;
Public ReadOnly Property KeyKind As FeatureElementKindPreview
Property Value
The data type of the key.
- Attributes
Remarks
Warning
This is a deprecated API. Please use the Windows.AI.MachineLearning namespace instead.