GelDependencyObject.SetValue Method (GelProperty, Object)

Microsoft internal use only.

Sets the value of the given [GelProperty] for this [GelDependencyObject].

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

Syntax

'Declaration
Public Sub SetValue ( _
    descriptor As GelProperty, _
    newValue As Object _
)
public void SetValue(
    GelProperty descriptor,
    Object newValue
)
public:
void SetValue(
    GelProperty^ descriptor, 
    Object^ newValue
)
member SetValue : 
        descriptor:GelProperty * 
        newValue:Object -> unit
public function SetValue(
    descriptor : GelProperty, 
    newValue : Object
)

Parameters

.NET Framework Security

See Also

Reference

GelDependencyObject Class

SetValue Overload

Microsoft.Internal.VisualStudio.PlatformUI Namespace