IVsStringMap.RemoveValue Method

Namespace:  Microsoft.VisualStudio.Shell.Interop
Assembly:  Microsoft.VisualStudio.Shell.Interop.10.0 (in Microsoft.VisualStudio.Shell.Interop.10.0.dll)

Syntax

‘선언
Function RemoveValue ( _
    szKey As String _
) As Integer
‘사용 방법
Dim instance As IVsStringMap
Dim szKey As String
Dim returnValue As Integer

returnValue = instance.RemoveValue(szKey)
int RemoveValue(
    string szKey
)
int RemoveValue(
    [InAttribute] String^ szKey
)
abstract RemoveValue : 
        szKey:string -> int 
function RemoveValue(
    szKey : String
) : int

Parameters

Return Value

Type: System.Int32

.NET Framework Security

See Also

Reference

IVsStringMap Interface

IVsStringMap Members

Microsoft.VisualStudio.Shell.Interop Namespace