VisionSkillBindingHelper.First Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns an iterator for the items in the collection.
public:
virtual Windows::Foundation::Collections::IIterator<Windows::Foundation::Collections::IKeyValuePair<System::String ^, Microsoft::AI::Skills::SkillInterfacePreview::ISkillFeature ^> ^> ^ First() = Windows::Foundation::Collections::IIterable<Windows::Foundation::Collections::IKeyValuePair<System::String ^, Microsoft::AI::Skills::SkillInterfacePreview::ISkillFeature ^> ^>::First;
public Windows.Foundation.Collections.IIterator<Windows.Foundation.Collections.IKeyValuePair<string,Microsoft.AI.Skills.SkillInterfacePreview.ISkillFeature>> First ();
abstract member First : unit -> Windows.Foundation.Collections.IIterator<Windows.Foundation.Collections.IKeyValuePair<string, Microsoft.AI.Skills.SkillInterfacePreview.ISkillFeature>>
override this.First : unit -> Windows.Foundation.Collections.IIterator<Windows.Foundation.Collections.IKeyValuePair<string, Microsoft.AI.Skills.SkillInterfacePreview.ISkillFeature>>
Public Function First () As IIterator(Of IKeyValuePair(Of String, ISkillFeature))
Returns
- Windows.Foundation.Collections.IIterator<Windows.Foundation.Collections.IKeyValuePair<String,ISkillFeature>>
The iterator.
Implements
Windows.Foundation.Collections.IIterable`1.First