IServiceProviderEx Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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. |