ResourceDictionary.HasKey(Object) Method

Definition

Returns whether the ResourceDictionary has an entry with the requested key.

public:
 virtual bool HasKey(Platform::Object ^ key) = IMap<Platform::Object ^, Platform::Object ^>::HasKey;
bool HasKey(IInspectable const& key);
public bool HasKey(object key);
function hasKey(key)
Public Function HasKey (key As Object) As Boolean

Parameters

key
Object

Platform::Object

IInspectable

The requested key.

Returns

Boolean

bool

true if the ResourceDictionary has an entry with the requested key; otherwise, false.

Implements

Remarks

Note

The equivalent Microsoft .NET API is Contains.

Applies to

See also