WindowPane Constructor (IServiceProvider^)
Visual Studio 2015
Initializes a new instance of WindowPane with the specified service provider.
Assembly: Microsoft.VisualStudio.Shell.14.0 (in Microsoft.VisualStudio.Shell.14.0.dll)
Parameters
- provider
-
Type:
System::IServiceProvider^
IServiceProvider. Can be null.
Use null for the IServiceProvider unless the instance of the pane must access shell services between the construction of the object and the call to SetSite.
If you do pass an instance of IServiceProvider to the constructor, it must not store the provider for a package or editor factory; the implementation of SetSite will change its value.
Show: