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


MapVariableDescriptorPreview.ValidStringKeys Свойство

Определение

Не рекомендуется. Возвращает допустимые ключи строки дескриптора переменной карты.

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)

Значение свойства

IIterable<String>

IEnumerable<String>

IIterable<Platform::String>

IIterable<winrt::hstring>

Допустимые строковые ключи.

Атрибуты

Комментарии

Предупреждение

Это нерекомендуемый API. Вместо этого используйте пространство имен Windows.AI.MachineLearning .

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