C# Class ThoughtWorks.VisualStudio.View.PipelinePropertiesView.PipelinePropertiesViewWindowPane

Inheritance: Microsoft.VisualStudio.Shell.ToolWindowPane
ファイルを表示 Open project: ThoughtWorksStudios/vs-connector

Public Methods

Method Description
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.

PipelinePropertiesViewWindowPane ( ) : System

Standard constructor for the tool window.

Private Methods

Method Description
Bind ( GoPipelineSearch query ) : void

Bind data to the ToolPaneWindow's controls

Method Details

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

PipelinePropertiesViewWindowPane() public method

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