WindowPaneProviderService::GetRegisteredPanes Method (String^)

 

Gets the registered set of window panes.

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

protected:
array<WindowPaneProviderService::RegisteredWindowPane>^ GetRegisteredPanes(
	String^ extension
)

Parameters

extension
Type: System::String^

The file extension for the retrieved panes.

This method gets the array in the correct priority order of registered window panes for the file extension and language service, plus the global window panes. If the file extension is null or not registered, this method returns only the globally-registered window panes.

Return to top
Show: