WindowPaneProviderService Class
A service that provides file-specific window panes.
Assembly: Microsoft.VisualStudio.Shell.Design (in Microsoft.VisualStudio.Shell.Design.dll)
| Name | Description | |
|---|---|---|
![]() | WindowPaneProviderService(IServiceProvider) | Creates a new WindowPaneProviderService. |
![]() | WindowPaneProviderService(IServiceProvider, String) | Creates a new WindowPaneProviderService for the specified file extension. |
| Name | Description | |
|---|---|---|
![]() | Extension | Gets the file extension. |
| Name | Description | |
|---|---|---|
![]() | CreateWindowPane(DesignSurface) | Creates a window pane for the specified design surface. |
![]() | CreateWindowPane(Type, DesignSurface) | Creates a designer window pane for the specified type of window pane. |
![]() | Equals(Object) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetRegisteredPanes(String) | Gets the registered set of window panes. |
![]() | GetService(Type) | Gets an instance of the requested service. |
![]() | GetType() | (Inherited from Object.) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | ToString() | (Inherited from Object.) |
The ProvideViewAdapterAttribute attribute allows for file or language service specific view adapters. Knowledge of files and language services is reserved for the designer loader, but it is the design surface, not the designer loader, which is responsible for creating the view. So, the designer loader may offer file-specific view adapters through the WindowPaneProviderService. The design surface will look for this service, and if it is found, it will obtain a window pane from it. If the service is not available, a window pane will be created from the globally registered view adapters.
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.


