Compartir a través de


IWizard.ProjectItemFinishedGenerating (Método)

Ejecuta lógica de asistente personalizada cuando termina la generación de un elemento de proyecto.

Espacio de nombres:  Microsoft.VisualStudio.TemplateWizard
Ensamblado:  Microsoft.VisualStudio.TemplateWizardInterface (en Microsoft.VisualStudio.TemplateWizardInterface.dll)

Sintaxis

'Declaración
Sub ProjectItemFinishedGenerating ( _
    projectItem As ProjectItem _
)
void ProjectItemFinishedGenerating(
    ProjectItem projectItem
)
void ProjectItemFinishedGenerating(
    ProjectItem^ projectItem
)
abstract ProjectItemFinishedGenerating : 
        projectItem:ProjectItem -> unit 
function ProjectItemFinishedGenerating(
    projectItem : ProjectItem
)

Parámetros

Seguridad de .NET Framework

Vea también

Referencia

IWizard Interfaz

Microsoft.VisualStudio.TemplateWizard (Espacio de nombres)