Share via


ModelingWindowPane.ServiceProvider Property

Gets the service provider that is local to this window pane.

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

Syntax

'Declaration
Protected ReadOnly Property ServiceProvider As IServiceProvider
'Usage
Dim value As IServiceProvider 

value = Me.ServiceProvider
protected IServiceProvider ServiceProvider { get; }
protected:
property IServiceProvider^ ServiceProvider {
    IServiceProvider^ get ();
}
protected function get ServiceProvider () : IServiceProvider

Property Value

Type: System.IServiceProvider
The service provider that is local to this window pane.

Remarks

The service provider retrieves Visual Studio selection services.

.NET Framework Security

See Also

Reference

ModelingWindowPane Class

ModelingWindowPane Members

Microsoft.VisualStudio.Modeling.Shell Namespace