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
Met ons samenwerken op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en controleren. Bekijk onze gids voor inzenders voor meer informatie.