BaseCodeGeneratorWithSite.Project Property
Microsoft internal use only.
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 ();
}
function get Project () : Project
Property Value
Type: EnvDTE.Project
Microsoft internal use only.
Permissions
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
BaseCodeGeneratorWithSite Class
BaseCodeGeneratorWithSite Members
Microsoft.Data.Entity.Design.VisualStudio.SingleFileGenerator Namespace