VisionSkillBindingHelper.Remove(String) Method

Definition

Removes an item from the map.

public:
 virtual void Remove(System::String ^ key) = Windows::Foundation::Collections::IMap<System::String ^, Microsoft::AI::Skills::SkillInterfacePreview::ISkillFeature ^>::Remove;
public void Remove (string key);
abstract member Remove : string -> unit
override this.Remove : string -> unit
Public Sub Remove (key As String)

Parameters

key
String

The key associated with the item to remove.

Implements

Windows.Foundation.Collections.IMap`2.Remove(`0)

Applies to