SetValue Method (CustomTaskPropertyDescriptor)
In This Topic
Sets the value of the component to a different value.
Syntax
'Declaration
Public Overrides Sub SetValue( _
ByVal As Object, _
ByVal As Object _
)
public override void SetValue(
object ,
object
)
Parameters
- instance
- value
See Also