IVsUIDataSource.SetValue Method

Sets a property to a value.

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

Syntax

'Declaration
Function SetValue ( _
    prop As String, _
    pValue As IVsUIObject _
) As Integer
int SetValue(
    string prop,
    IVsUIObject pValue
)
int SetValue(
    [InAttribute] String^ prop, 
    [InAttribute] IVsUIObject^ pValue
)
abstract SetValue : 
        prop:string * 
        pValue:IVsUIObject -> int 
function SetValue(
    prop : String, 
    pValue : IVsUIObject
) : int

Parameters

Return Value

Type: System.Int32
Returns S_OK if the property was set to the value.

.NET Framework Security

See Also

Reference

IVsUIDataSource Interface

Microsoft.VisualStudio.Shell.Interop Namespace