WindowPaneProviderService::RegisteredWindowPane Constructor (Type^, String^)
Visual Studio 2015
Creates a new RegisteredWindowPane instance.
Assembly: Microsoft.VisualStudio.Shell.Design (in Microsoft.VisualStudio.Shell.Design.dll)
Parameters
- baseType
-
Type:
System::Type^
The kind of the window pane that is being registered.
- windowPaneTypeName
-
Type:
System::String^
The name of the window pane.
Passing either value as NULL raises a ArgumentNullException exception.
Show: