DesignPropertyDescriptor.SetValue Method

Sets the value of the property to the specified value.

Namespace:  Microsoft.VisualStudio.Package
Assembly:  MPF.Project.NonShipping (in MPF.Project.NonShipping.dll)

Syntax

'宣言
Public Overrides Sub SetValue ( _
    component As Object, _
    value As Object _
)
'使用
Dim instance As DesignPropertyDescriptor
Dim component As Object
Dim value As Object

instance.SetValue(component, value)
public override void SetValue(
    Object component,
    Object value
)
public:
virtual void SetValue(
    Object^ component, 
    Object^ value
) override
public override function SetValue(
    component : Object, 
    value : Object
)

Parameters

  • component
    Type: System.Object

    The component that owns the property.

Remarks

This method calls the base method.

Permissions

See Also

Reference

DesignPropertyDescriptor Class

DesignPropertyDescriptor Members

Microsoft.VisualStudio.Package Namespace