VisionSkillBindingHelper.Insert(String, ISkillFeature) 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.
Inserts or replaces an item in the map.
public:
virtual bool Insert(System::String ^ key, Microsoft::AI::Skills::SkillInterfacePreview::ISkillFeature ^ value) = Windows::Foundation::Collections::IMap<System::String ^, Microsoft::AI::Skills::SkillInterfacePreview::ISkillFeature ^>::Insert;
public bool Insert (string key, Microsoft.AI.Skills.SkillInterfacePreview.ISkillFeature value);
abstract member Insert : string * Microsoft.AI.Skills.SkillInterfacePreview.ISkillFeature -> bool
override this.Insert : string * Microsoft.AI.Skills.SkillInterfacePreview.ISkillFeature -> bool
Public Function Insert (key As String, value As ISkillFeature) As Boolean
Parameters
- key
- String
The key associated with the item to insert.
- value
- ISkillFeature
The item to insert.
Returns
True if an item with the specified key is an existing item that was replaced; otherwise, false.
Implements
Windows.Foundation.Collections.IMap`2.Insert(`0,`1)