IWizard.ProjectItemFinishedGenerating Method
Runs custom wizard logic when a project item has finished generating.
Namespace: Microsoft.VisualStudio.TemplateWizard
Assembly: Microsoft.VisualStudio.TemplateWizardInterface (in Microsoft.VisualStudio.TemplateWizardInterface.dll)
Syntax
'Declaration
Sub ProjectItemFinishedGenerating ( _
projectItem As ProjectItem _
)
void ProjectItemFinishedGenerating(
ProjectItem projectItem
)
void ProjectItemFinishedGenerating(
ProjectItem^ projectItem
)
abstract ProjectItemFinishedGenerating :
projectItem:ProjectItem -> unit
function ProjectItemFinishedGenerating(
projectItem : ProjectItem
)
Parameters
projectItem
Type: EnvDTE.ProjectItemThe project item that finished generating.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.