DesignSurfaceExtension::OnDesignerCreated Method (IDesigner^)

 
obsoleteCodeEntityM:Microsoft.VisualStudio.Shell.Design.DesignSurfaceExtension.OnDesignerCreated(Sys tem.ComponentModel.IComponent,System.ComponentModel.Design.IDesigner,System.Boolean)Note: This API is now obsolete.

This method is called when a new designer is created.

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

public:
[ObsoleteAttribute("Override the version of OnDesignerCreated that takes a component, designer and boolean flag")]
virtual void OnDesignerCreated(
	IDesigner^ designer
)

Parameters

designer
Type: System.ComponentModel.Design::IDesigner^

The designer that has been created.

You may freely change metadata of the designer at this time. The default implementation does nothing.

Return to top
Show: