Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.ProjectItem
The 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.