C# 클래스 ThoughtWorks.VisualStudio.View.PipelinePropertiesView.PipelinePropertiesViewWindowPane

상속: Microsoft.VisualStudio.Shell.ToolWindowPane
파일 보기 프로젝트 열기: ThoughtWorksStudios/vs-connector

공개 메소드들

메소드 설명
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.

비공개 메소드들

메소드 설명
Bind ( GoPipelineSearch query ) : void

Bind data to the ToolPaneWindow's controls

메소드 상세

OnToolWindowCreated() 공개 메소드

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
리턴 void

PipelinePropertiesViewWindowPane() 공개 메소드

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