다음을 통해 공유


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 네임스페이스를 사용하세요.

적용 대상