DesignSurfaceExtension::OnDesignerCreated Method (IDesigner^)
Visual Studio 2015
This method is called when a new designer is created.
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.
Show: