Partager via


IVsSettingsStorageContainer.RemoveValue Method

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: String

    The 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

See Also

Reference

IVsSettingsStorageContainer Interface

Microsoft.VisualStudio.Shell.Interop Namespace