DesignPropertyDescriptor::SetValue Method (Object^, Object^)

 

Sets the value of the property to the specified value.

Namespace:   Microsoft.VisualStudio.Shell
Assembly:  Microsoft.VisualStudio.Shell.14.0 (in Microsoft.VisualStudio.Shell.14.0.dll)

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

Parameters

component
Type: System::Object^

The component that owns the property.

value
Type: System::Object^

The value to set.

This method calls the base method.

Return to top
Show: