DataViewPropertyDescriptor.SetValue Method
Sets the property value for the specified component to a new value.
Namespace: Microsoft.VisualStudio.Data.Framework
Assembly: Microsoft.VisualStudio.Data.Framework (in Microsoft.VisualStudio.Data.Framework.dll)
Syntax
'Declaration
Public Overrides Sub SetValue ( _
component As Object, _
value As Object _
)
public override void SetValue(
Object component,
Object value
)
public:
virtual void SetValue(
Object^ component,
Object^ value
) override
abstract SetValue :
component:Object *
value:Object -> unit
override SetValue :
component:Object *
value:Object -> unit
public override function SetValue(
component : Object,
value : Object
)
Parameters
component
Type: System.ObjectThe component to set the property value for.
value
Type: System.ObjectThe new value.
.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.