C# Class CommandFileContextMenu.Command1

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

Public Properties

Property Type Description
CommandSet System.Guid

Private Properties

Property Type Description
Command1 System
MenuItemCallback void

Public Methods

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

Private Methods

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

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