AddArtifactGeneratorWizard.ProjectItemFinishedGenerating 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 ProjectItemFinishedGenerating ( _
projectItem As ProjectItem _
)
'Usage
Dim instance As AddArtifactGeneratorWizard
Dim projectItem As ProjectItem
instance.ProjectItemFinishedGenerating(projectItem)
public void ProjectItemFinishedGenerating(
ProjectItem projectItem
)
public:
virtual void ProjectItemFinishedGenerating(
ProjectItem^ projectItem
) sealed
abstract ProjectItemFinishedGenerating :
projectItem:ProjectItem -> unit
override ProjectItemFinishedGenerating :
projectItem:ProjectItem -> unit
public final function ProjectItemFinishedGenerating(
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
IWizardProjectItemFinishedGenerating(ProjectItem)
See Also
Reference
AddArtifactGeneratorWizard Class
Microsoft.Data.Entity.Design.VisualStudio.ModelWizard Namespace