VisualStudioExtensibility Constructor
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.
Initializes a new instance of the VisualStudioExtensibility class.
public VisualStudioExtensibility (Microsoft.ServiceHub.Framework.IServiceBroker serviceBroker, IServiceProvider serviceProvider, Microsoft.VisualStudio.RpcContracts.IStringResourceDictionary resourceDictionary);
new Microsoft.VisualStudio.Extensibility.VisualStudioExtensibility : Microsoft.ServiceHub.Framework.IServiceBroker * IServiceProvider * Microsoft.VisualStudio.RpcContracts.IStringResourceDictionary -> Microsoft.VisualStudio.Extensibility.VisualStudioExtensibility
Public Sub New (serviceBroker As IServiceBroker, serviceProvider As IServiceProvider, resourceDictionary As IStringResourceDictionary)
Parameters
- serviceBroker
- IServiceBroker
Underlying service broker instance to use for the extensibility wrapper.
- serviceProvider
- IServiceProvider
Service provider for local services.
- resourceDictionary
- IStringResourceDictionary
Resource dictionary instance to utilize for accessing localized resources.