Compartir a través de


MapVariableDescriptorPreview.ValidIntegerKeys Propiedad

Definición

En desuso. Obtiene las claves enteras válidas para el descriptor de variable de asignación.

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)

Valor de propiedad

IIterable<Int64>

IEnumerable<Int64>

Windows.Foundation.Collections.IIterable

IIterable<long>

Claves enteras válidas.

Atributos

Comentarios

Advertencia

Se trata de una API en desuso. Use el espacio de nombres Windows.AI.MachineLearning en su lugar.

Se aplica a