IPreferences.Remove(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.
Removes a key and its associated value if it exists.
public void Remove(string key, string? sharedName = default);
abstract member Remove : string * string -> unit
Public Sub Remove (key As String, Optional sharedName As String = Nothing)
Parameters
- key
- String
The key to remove.
- sharedName
- String
Shared container name.
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.