IServiceProviderEx Interface

Provides a unified service provider for managed VSPackages.

Namespace:  Microsoft.SqlServer.Management
Assembly:  Microsoft.SqlServer.Management.SDK.SqlStudio (in Microsoft.SqlServer.Management.SDK.SqlStudio.dll)

Syntax

'Declaration
Public Interface IServiceProviderEx _
    Inherits IServiceProvider
'Usage
Dim instance As IServiceProviderEx
public interface IServiceProviderEx : IServiceProvider
public interface class IServiceProviderEx : IServiceProvider
type IServiceProviderEx =  
    interface
        interface IServiceProvider
    end
public interface IServiceProviderEx extends IServiceProvider

Methods

  Name Description
Public method GetService(Type) (Inherited from IServiceProvider.)
Public method GetService<T>() Retrieves an object that specifies the type of service object to get.
Public method GetService<T>(Boolean) Specifies the type of service object to get.

Top