AddArtifactGeneratorWizard.BeforeOpeningFile Method

[This page is specific to the Entity Framework version 6. The latest version is available as the 'Entity Framework' NuGet package. For more information about Entity Framework, see msdn.com/data/ef.]

This API supports the Entity Framework infrastructure and is not intended to be used directly from your code.

Namespace:  Microsoft.Data.Entity.Design.VisualStudio.ModelWizard
Assembly:  Microsoft.Data.Entity.Design (in Microsoft.Data.Entity.Design.dll)

Syntax

'Declaration
Public Sub BeforeOpeningFile ( _
    projectItem As ProjectItem _
)
'Usage
Dim instance As AddArtifactGeneratorWizard 
Dim projectItem As ProjectItem

instance.BeforeOpeningFile(projectItem)
public void BeforeOpeningFile(
    ProjectItem projectItem
)
public:
virtual void BeforeOpeningFile(
    ProjectItem^ projectItem
) sealed
abstract BeforeOpeningFile : 
        projectItem:ProjectItem -> unit  
override BeforeOpeningFile : 
        projectItem:ProjectItem -> unit
public final function BeforeOpeningFile(
    projectItem : ProjectItem
)

Parameters

  • projectItem
    Type: ProjectItem
    This API supports the Entity Framework infrastructure and is not intended to be used directly from your code.

Implements

IWizardBeforeOpeningFile(ProjectItem)

See Also

Reference

AddArtifactGeneratorWizard Class

Microsoft.Data.Entity.Design.VisualStudio.ModelWizard Namespace