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
‘선언
Public Sub SetValue ( _
descriptor As GelProperty, _
newValue As Object _
)
public void SetValue(
GelProperty descriptor,
Object newValue
)
Parameters
- descriptor
Type: Microsoft.Internal.VisualStudio.PlatformUI.GelProperty
GelProperty whose value is to be set.
- newValue
Type: System.Object
New 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.