Поделиться через


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 .

Применяется к