Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Removes the value for the specified key.
Namespace: Microsoft.VisualStudio.Shell.Interop
Assembly: Microsoft.VisualStudio.Shell.Interop.12.0 (in Microsoft.VisualStudio.Shell.Interop.12.0.dll)
Syntax
'Declaration
Sub RemoveValue ( _
key As String _
)
void RemoveValue(
string key
)
void RemoveValue(
[InAttribute] String^ key
)
abstract RemoveValue :
key:string -> unit
function RemoveValue(
key : String
)
Parameters
key
Type: StringThe key.
Remarks
RemoveValue and RemoveMultiKeyValue can remove entire subcollections as well as individual string values. RemoveValue only searches values at the top level (not in subcollections).
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.