LearningModelBinding.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

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

实现

注解

Windows Server

若要在 Windows Server 上使用此 API,必须使用带桌面体验的 Windows Server 2019。

线程安全

此 API 是线程安全的。

适用于