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)

public interface class IServiceProviderEx : IServiceProvider

NameDescription
System_CAPS_pubmethodGetService(Type^)

(Inherited from IServiceProvider.)

System_CAPS_pubmethodGetService<T>()

Retrieves an object that specifies the type of service object to get.

System_CAPS_pubmethodGetService<T>(Boolean)

Specifies a value that indicates the type of service object to get.

Return to top
Show: