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
descriptor
Type: Microsoft.Internal.VisualStudio.PlatformUI.GelPropertyGelProperty whose value is to be set.
newValue
Type: System.ObjectNew value for the [GelProperty].
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.