BaseCodeGeneratorWithSite.ProjectItem 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 ProjectItem As ProjectItem
Get
'Usage
Dim value As ProjectItem
value = Me.ProjectItem
protected ProjectItem ProjectItem { get; }
protected:
property ProjectItem^ ProjectItem {
ProjectItem^ get ();
}
function get ProjectItem () : ProjectItem
Property Value
Type: EnvDTE.ProjectItem
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