共用方式為


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 命名空間。

適用於