WindowPaneProviderService Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Important
This API is not CLS-compliant.
A service that provides file-specific window panes.
public ref class WindowPaneProviderService
[Windows::Foundation::Metadata::WebHostHidden]
class WindowPaneProviderService
[System.CLSCompliant(false)]
public class WindowPaneProviderService
public class WindowPaneProviderService
[<System.CLSCompliant(false)>]
type WindowPaneProviderService = class
type WindowPaneProviderService = class
Public Class WindowPaneProviderService
- Inheritance
-
WindowPaneProviderService
- Attributes
Constructors
WindowPaneProviderService(IServiceProvider, String) |
Creates a new WindowPaneProviderService for the specified file extension. |
WindowPaneProviderService(IServiceProvider) |
Creates a new WindowPaneProviderService. |
Properties
Extension |
Gets the file extension. |
Methods
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. |
GetRegisteredPanes(String) |
Gets the registered set of window panes. |
GetService(Type) |
Gets an instance of the requested service. |