VisionSkillBindingHelper.HasKey(String) 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.
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
True if the key is found; otherwise, false.
Implements
Windows.Foundation.Collections.IMap`2.HasKey(`0)