LearningModelBindingPreview.Lookup(String) 方法

定义

已弃用。 返回地图视图中指定键处的项。

public:
 virtual Platform::Object ^ Lookup(Platform::String ^ key) = IMapView<Platform::String ^, Platform::Object ^>::Lookup;
IInspectable Lookup(winrt::hstring const& key);
public object Lookup(string key);
function lookup(key)
Public Function Lookup (key As String) As Object

参数

key
String

Platform::String

winrt::hstring

要查找的地图视图中的键。

返回

Object

Platform::Object

IInspectable

地图视图中指定键处的项。

实现

注解

警告

这是一个已弃用的 API。 请改用 Windows.AI.MachineLearning 命名空间。

适用于