IVsUIBoundDWordProperty.SetValue Method

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

Syntax

'Declaration
Sub SetValue ( _
    owner As Object, _
    dwordVal As UInteger _
)
void SetValue(
    Object owner,
    uint dwordVal
)
void SetValue(
    [InAttribute] Object^ owner, 
    [InAttribute] unsigned int dwordVal
)
abstract SetValue : 
        owner:Object * 
        dwordVal:uint32 -> unit
function SetValue(
    owner : Object, 
    dwordVal : uint
)

Parameters

.NET Framework Security

See Also

Reference

IVsUIBoundDWordProperty Interface

Microsoft.Internal.VisualStudio.Shell.Interop Namespace