IEntityDesignerLayer.ServiceProvider Property

 

A layer can provide its own service provider for selection purposes. Currently the limitation is that a layer can only proffer one sited service provider.

Namespace:   Microsoft.Data.Entity.Design.Extensibility
Assembly:  Microsoft.Data.Entity.Design.Extensibility (in Microsoft.Data.Entity.Design.Extensibility.dll)

Syntax

IServiceProvider ServiceProvider { get; }
property IServiceProvider^ ServiceProvider {
    IServiceProvider^ get();
}
abstract ServiceProvider : IServiceProvider with get
ReadOnly Property ServiceProvider As IServiceProvider

Property Value

Type: System.IServiceProvider

Returns IServiceProvider.

See Also

IEntityDesignerLayer Interface
Microsoft.Data.Entity.Design.Extensibility Namespace

Return to top