C# Class Umbraco.UmbracoStudio.ToolWindows.ExplorerToolWindow

Inheritance: Microsoft.VisualStudio.Shell.ToolWindowPane
Show file Open project: umbraco/Visual-Studio-Extension Class Usage Examples

Public Methods

Method Description
ExplorerToolWindow ( ) : System

Standard constructor for the tool window.

GetServiceHelper ( Type serviceType ) : object

Method Details

ExplorerToolWindow() public method

Standard constructor for the tool window.
public ExplorerToolWindow ( ) : System
return System

GetServiceHelper() public method

public GetServiceHelper ( Type serviceType ) : object
serviceType System.Type
return object