C# Class ContextMenu.ToolWindowCommand

Show file Open project: visualstudioextensibility/VSX-Samples Class Usage Examples

Public Properties

Property Type Description
CommandSet System.Guid

Private Properties

Property Type Description
ShowToolWindow void
ToolWindowCommand System

Public Methods

Method Description
Initialize ( Microsoft.VisualStudio.Shell.Package package ) : void

Private Methods

Method Description
ShowToolWindow ( object sender, EventArgs e ) : void
ToolWindowCommand ( Microsoft.VisualStudio.Shell.Package package ) : System

Method Details

Initialize() public static method

public static Initialize ( Microsoft.VisualStudio.Shell.Package package ) : void
package Microsoft.VisualStudio.Shell.Package
return void

Property Details

CommandSet public static property

public static Guid,System CommandSet
return System.Guid