Compartir a través de


MapVariableDescriptorPreview.ValidStringKeys Propiedad

Definición

En desuso. Obtiene las claves de cadena válidas del descriptor de variable de mapa.

public:
 property IIterable<Platform::String ^> ^ ValidStringKeys { IIterable<Platform::String ^> ^ get(); };
IIterable<winrt::hstring> ValidStringKeys();
/// [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<winrt::hstring> ValidStringKeys();
public IEnumerable<string> ValidStringKeys { get; }
public IEnumerable<string> ValidStringKeys { [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.validStringKeys;
Public ReadOnly Property ValidStringKeys As IEnumerable(Of String)

Valor de propiedad

IIterable<String>

IEnumerable<String>

IIterable<Platform::String>

IIterable<winrt::hstring>

Claves de cadena 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