IVsProjectDesignerPage::SetProperty Method (String^, Object^)

 

Sets the given value for the given property.

Namespace:   Microsoft.VisualStudio.ManagedInterfaces.ProjectDesigner
Assembly:  Microsoft.VisualStudio.ManagedInterfaces (in Microsoft.VisualStudio.ManagedInterfaces.dll)

[DispIdAttribute(3)]
void SetProperty(
	String^ propertyName,
	Object^ value
)

Parameters

propertyName
Type: System::String^

The name of the property.

value
Type: System::Object^

The value to set.

This is called by the Project Designer to handle Undo and Redo operations. The page should set the given property's value and also update its UI for the given property.

Return to top
Show: