共用方式為


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 是安全線程。

適用於