Compartir a través de


IWizard.BeforeOpeningFile (Método)

Ejecuta lógica de asistente personalizada antes de abrir un elemento en la plantilla.

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

Sintaxis

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

Parámetros

Seguridad de .NET Framework

Vea también

Referencia

IWizard Interfaz

Microsoft.VisualStudio.TemplateWizard (Espacio de nombres)