C# Class ThoughtWorks.VisualStudio.MurmurViewWindowPane

Inheritance: Microsoft.VisualStudio.Shell.ToolWindowPane
Afficher le fichier Open project: ThoughtWorksStudios/vs-connector Class Usage Examples

Protected Properties

Свойство Type Description
Control MurmurViewControl

Méthodes publiques

Méthode 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.

Méthodes protégées

Méthode Description
Initialize ( ViewModel model ) : void

Method Details

Initialize() protected méthode

protected Initialize ( ViewModel model ) : void
model ViewModel
Résultat void

MurmurViewWindowPane() public méthode

Standard constructor for the tool window.
public MurmurViewWindowPane ( ) : System
Résultat System

OnToolWindowCreated() public méthode

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
Résultat void

Property Details

Control protected_oe property

protected MurmurViewControl,ThoughtWorks.VisualStudio Control
Résultat MurmurViewControl