VisionSkillBindingHelper.Insert(String, ISkillFeature) Method

Definition

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

Boolean

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)

Applies to