ExtensibilityPoint Constructors
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.
Overloads
ExtensibilityPoint(ExtensibilityPoint) |
Initializes a new instance of the ExtensibilityPoint class. |
ExtensibilityPoint(IServiceBroker, IServiceProvider, IStringResourceDictionary) |
Initializes a new instance of the ExtensibilityPoint class. |
ExtensibilityPoint(ExtensibilityPoint)
Initializes a new instance of the ExtensibilityPoint class.
protected ExtensibilityPoint (Microsoft.VisualStudio.Extensibility.ExtensibilityPoint extensibilityPoint);
new Microsoft.VisualStudio.Extensibility.ExtensibilityPoint : Microsoft.VisualStudio.Extensibility.ExtensibilityPoint -> Microsoft.VisualStudio.Extensibility.ExtensibilityPoint
Protected Sub New (extensibilityPoint As ExtensibilityPoint)
Parameters
- extensibilityPoint
- ExtensibilityPoint
Another instance of extensibility point object to use for initialization.
Applies to
ExtensibilityPoint(IServiceBroker, IServiceProvider, IStringResourceDictionary)
Initializes a new instance of the ExtensibilityPoint class.
protected ExtensibilityPoint (Microsoft.ServiceHub.Framework.IServiceBroker serviceBroker, IServiceProvider localServiceProvider, Microsoft.VisualStudio.RpcContracts.IStringResourceDictionary resourceDictionary);
new Microsoft.VisualStudio.Extensibility.ExtensibilityPoint : Microsoft.ServiceHub.Framework.IServiceBroker * IServiceProvider * Microsoft.VisualStudio.RpcContracts.IStringResourceDictionary -> Microsoft.VisualStudio.Extensibility.ExtensibilityPoint
Protected Sub New (serviceBroker As IServiceBroker, localServiceProvider As IServiceProvider, resourceDictionary As IStringResourceDictionary)
Parameters
- serviceBroker
- IServiceBroker
Underlying service broker instance to use for the extensibility wrapper.
- localServiceProvider
- IServiceProvider
Service provider for local services.
- resourceDictionary
- IStringResourceDictionary
Resource dictionary instance to utilize for accessing localized resources.