BaseCodeGeneratorWithSite.Project Property
[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.]
Returns the EnvDTE.Project object of the project containing the project item the code generator was called on
Namespace: Microsoft.Data.Entity.Design.VisualStudio.SingleFileGenerator
Assembly: Microsoft.Data.Entity.Design (in Microsoft.Data.Entity.Design.dll)
Syntax
'Declaration
Protected ReadOnly Property Project As Project
Get
'Usage
Dim value As Project
value = Me.Project
protected Project Project { get; }
protected:
property Project^ Project {
Project^ get ();
}
member Project : Project
function get Project () : Project
Property Value
Type: Project
The EnvDTE.Project object of the project containing the project item the code generator was called on
See Also
Reference
BaseCodeGeneratorWithSite Class
Microsoft.Data.Entity.Design.VisualStudio.SingleFileGenerator Namespace