VisionSkillBindingHelper.HasKey(String) Method

Definition

Determines whether the map contains the specified key.

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

Parameters

key
String

The key associated with the item to locate.

Returns

Boolean

True if the key is found; otherwise, false.

Implements

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

Applies to