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