Compartilhar via


MapVariableDescriptorPreview.ValidIntegerKeys Propriedade

Definição

Preterido. Obtém as chaves de inteiro válidas para o descritor de variável de mapa.

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 da propriedade

IIterable<Int64>

IEnumerable<Int64>

Windows.Foundation.Collections.IIterable

IIterable<long>

As chaves de inteiro válidas.

Atributos

Comentários

Aviso

Essa é uma API preterida. Em vez disso, use o namespace Windows.AI.MachineLearning .

Aplica-se a