ModelingEditorFactory.ServiceProvider Property

Gets the service provider that retrieves Visual Studio services.

Namespace:  Microsoft.VisualStudio.Modeling.Shell
Assembly:  Microsoft.VisualStudio.Modeling.Sdk.Shell.11.0 (in Microsoft.VisualStudio.Modeling.Sdk.Shell.11.0.dll)

Syntax

'Declaration
Protected ReadOnly Property ServiceProvider As IServiceProvider
protected IServiceProvider ServiceProvider { get; }
protected:
property IServiceProvider^ ServiceProvider {
    IServiceProvider^ get ();
}
member ServiceProvider : IServiceProvider with get
function get ServiceProvider () : IServiceProvider

Property Value

Type: IServiceProvider
The service provider that retrieves Visual Studio services.

.NET Framework Security

See Also

Reference

ModelingEditorFactory Class

Microsoft.VisualStudio.Modeling.Shell Namespace