WindowPaneProviderService::GetRegisteredPanes Method (String^)
Visual Studio 2015
Gets the registered set of window panes.
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.
Return Value
Type: array<Microsoft.VisualStudio.Shell.Design::WindowPaneProviderService::RegisteredWindowPane>^An array of WindowPaneProviderService::RegisteredWindowPane objects.
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.
Show: