IWizard.ProjectFinishedGenerating(Project) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Called when the project has finished being generated.
public:
void ProjectFinishedGenerating(EnvDTE::Project ^ project);
public:
void ProjectFinishedGenerating(EnvDTE::Project ^ project);
void ProjectFinishedGenerating(EnvDTE::Project const & project);
public void ProjectFinishedGenerating (EnvDTE.Project project);
abstract member ProjectFinishedGenerating : EnvDTE.Project -> unit
Public Sub ProjectFinishedGenerating (project As Project)
Parameters
- project
- Project
The Project object of the project that was generated.