WindowPaneProviderService::RegisteredWindowPane Constructor (Type^, String^)

 

Creates a new RegisteredWindowPane instance.

Namespace:   Microsoft.VisualStudio.Shell.Design
Assembly:  Microsoft.VisualStudio.Shell.Design (in Microsoft.VisualStudio.Shell.Design.dll)

public:
RegisteredWindowPane(
	Type^ baseType,
	String^ windowPaneTypeName
)

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.

Return to top
Show: