C# Class ReAttach.ReAttachUi

Inheritance: IReAttachUi
Show file Open project: erlandranvinge/ReAttach Class Usage Examples

Public Properties

Property Type Description
Commands Microsoft.VisualStudio.Shell.OleMenuCommand[]

Public Methods

Method Description
MessageBox ( string message ) : void
ReAttachCommandClicked ( object sender, EventArgs e ) : void
ReAttachToggleBuildClicked ( object sender, EventArgs e ) : void
ReAttachUi ( IReAttachPackage package ) : System
TryBuildSolution ( ) : void
Update ( ) : void

Method Details

MessageBox() public method

public MessageBox ( string message ) : void
message string
return void

ReAttachCommandClicked() public method

public ReAttachCommandClicked ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
return void

ReAttachToggleBuildClicked() public method

public ReAttachToggleBuildClicked ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
return void

ReAttachUi() public method

public ReAttachUi ( IReAttachPackage package ) : System
package IReAttachPackage
return System

TryBuildSolution() public method

public TryBuildSolution ( ) : void
return void

Update() public method

public Update ( ) : void
return void

Property Details

Commands public property

public OleMenuCommand[],Microsoft.VisualStudio.Shell Commands
return Microsoft.VisualStudio.Shell.OleMenuCommand[]