MapVariableDescriptorPreview.ValidIntegerKeys 属性

定义

已弃用。 获取映射变量描述符的有效整数键。

public:
 property IIterable<long long> ^ ValidIntegerKeys { IIterable<long long> ^ get(); };
IIterable<long> ValidIntegerKeys();
/// [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<long> ValidIntegerKeys();
public IEnumerable<long> ValidIntegerKeys { get; }
public IEnumerable<long> ValidIntegerKeys { [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.validIntegerKeys;
Public ReadOnly Property ValidIntegerKeys As IEnumerable(Of Long)

属性值

IIterable<Int64>

IEnumerable<Int64>

Windows.Foundation.Collections.IIterable

IIterable<long>

有效的整数键。

属性

注解

警告

这是一个已弃用的 API。 请改用 Windows.AI.MachineLearning 命名空间。

适用于