IPreferences.ContainsKey(String, 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.
Checks for the existence of a given key.
public bool ContainsKey (string key, string? sharedName = default);
abstract member ContainsKey : string * string -> bool
Public Function ContainsKey (key As String, Optional sharedName As String = Nothing) As Boolean
Parameters
- key
- String
The key to check.
- sharedName
- String
Shared container name.
Returns
true
if the key exists in the preferences, otherwise false
.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.