Condividi tramite


IVsStringMap.SetValue Method

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

Syntax

'Dichiarazione
Function SetValue ( _
    szKey As String, _
    szValue As String _
) As Integer
'Utilizzo
Dim instance As IVsStringMap
Dim szKey As String
Dim szValue As String
Dim returnValue As Integer

returnValue = instance.SetValue(szKey, _
    szValue)
int SetValue(
    string szKey,
    string szValue
)
int SetValue(
    [InAttribute] String^ szKey, 
    [InAttribute] String^ szValue
)
abstract SetValue : 
        szKey:string * 
        szValue:string -> int 
function SetValue(
    szKey : String, 
    szValue : String
) : int

Parameters

Return Value

Type: System.Int32

.NET Framework Security

See Also

Reference

IVsStringMap Interface

IVsStringMap Members

Microsoft.VisualStudio.Shell.Interop Namespace