Share via


SettingValues.ContainsKey Method

Definition

Overloads

ContainsKey(Setting)

Determines whether the read-only dictionary contains an element that has the specified key.

ContainsKey(SettingIdentifier)

ContainsKey(Setting)

Determines whether the read-only dictionary contains an element that has the specified key.

public bool ContainsKey (Microsoft.VisualStudio.Extensibility.Settings.Setting key);
member this.ContainsKey : Microsoft.VisualStudio.Extensibility.Settings.Setting -> bool
Public Function ContainsKey (key As Setting) As Boolean

Parameters

key
Setting

The key to locate.

Returns

true true if the read-only dictionary contains an element that has the specified key; otherwise, false.

Applies to

ContainsKey(SettingIdentifier)

Determines whether the read-only dictionary contains an element that has the specified key.

public bool ContainsKey (Microsoft.VisualStudio.Extensibility.Settings.SettingIdentifier key);
abstract member ContainsKey : Microsoft.VisualStudio.Extensibility.Settings.SettingIdentifier -> bool
override this.ContainsKey : Microsoft.VisualStudio.Extensibility.Settings.SettingIdentifier -> bool
Public Function ContainsKey (key As SettingIdentifier) As Boolean

Parameters

Returns

Implements

Applies to