C# Class ThoughtWorks.VisualStudio.MurmurViewWindowPane

Inheritance: Microsoft.VisualStudio.Shell.ToolWindowPane
Mostrar archivo Open project: ThoughtWorksStudios/vs-connector Class Usage Examples

Protected Properties

Property Type Description
Control MurmurViewControl

Public Methods

Method Description
MurmurViewWindowPane ( ) : System

Standard constructor for the tool window.

OnToolWindowCreated ( ) : void

This is called after our control has been created and sited. This is a good place to initialize the control with data gathered from Visual Studio services.

Protected Methods

Method Description
Initialize ( ViewModel model ) : void

Method Details

Initialize() protected method

protected Initialize ( ViewModel model ) : void
model ViewModel
return void

MurmurViewWindowPane() public method

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

OnToolWindowCreated() public method

This is called after our control has been created and sited. This is a good place to initialize the control with data gathered from Visual Studio services.
public OnToolWindowCreated ( ) : void
return void

Property Details

Control protected_oe property

protected MurmurViewControl,ThoughtWorks.VisualStudio Control
return MurmurViewControl