WindowPaneProviderService Class

Definition

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)

Creates a new WindowPaneProviderService.

WindowPaneProviderService(IServiceProvider, String)

Creates a new WindowPaneProviderService for the specified file extension.

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.

Applies to