IServiceProviderEx Interface

Definition

Provides a unified service provider for managed VSPackages.

public interface class IServiceProviderEx : IServiceProvider
public interface IServiceProviderEx : IServiceProvider
type IServiceProviderEx = interface
    interface IServiceProvider
Public Interface IServiceProviderEx
Implements IServiceProvider
Implements

Methods

GetService<T>()

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

GetService<T>(Boolean)

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

Applies to