共用方式為


LearningModelBindingPreview.First 方法

定義

已取代。 傳回迭代器,初始化為對應檢視中的第一個元素。

public:
 virtual IIterator<IKeyValuePair<Platform::String ^, Platform::Object ^> ^> ^ First() = IIterable<IKeyValuePair<Platform::String ^, Platform::Object ^> ^>::First;
IIterator<IKeyValuePair<winrt::hstring, IInspectable const&>> First();
public IIterator<KeyValuePair<string,object>> First();
function first()
Public Function First () As IIterator(Of KeyValuePair(Of String, Object))

傳回

IIterator<IKeyValuePair<String,Object>>

IIterator<KeyValuePair<String,Object>>

IIterator<IKeyValuePair<Platform::String,Platform::Object>>

IIterator<IKeyValuePair<winrt::hstring,IInspectable>>

初始化為地圖檢視中第一個專案的反覆運算器。

實作

備註

警告

這是已被取代的 API。 請改用 Windows.AI.MachineLearning 命名空間。

適用於