VsShellComponentModelHost(IServiceProvider) 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 VsShellComponentModelHost class.
public:
VsShellComponentModelHost(Microsoft::VisualStudio::OLE::Interop::IServiceProvider ^ oleServiceProvider);
public VsShellComponentModelHost(Microsoft.VisualStudio.OLE.Interop.IServiceProvider oleServiceProvider);
new Microsoft.VisualStudio.TextTemplating.VSHost.MEF.VsShellComponentModelHost : Microsoft.VisualStudio.OLE.Interop.IServiceProvider -> Microsoft.VisualStudio.TextTemplating.VSHost.MEF.VsShellComponentModelHost
Public Sub New (oleServiceProvider As IServiceProvider)
Parameters
- oleServiceProvider
- IServiceProvider
VS service provider instance.
Remarks
Usually there will be only one instance of this class created for an appdomain.