C# Class ReasonCodeExample.XPathInformation.Workbench.ShowXPathWorkbenchCommand

Mostrar archivo Open project: uli-weltersbach/XPathInformation Class Usage Examples

Public Methods

Method Description
ShowXPathWorkbenchCommand ( Microsoft.VisualStudio.Shell.Package package, IMenuCommandService commandService, int id, XmlRepository repository, ActiveDocument activeDocument ) : System

Private Methods

Method Description
OnBeforeQueryStatus ( object sender, EventArgs eventArgs ) : void
ShowToolWindow ( object sender, EventArgs e ) : void

Method Details

ShowXPathWorkbenchCommand() public method

public ShowXPathWorkbenchCommand ( Microsoft.VisualStudio.Shell.Package package, IMenuCommandService commandService, int id, XmlRepository repository, ActiveDocument activeDocument ) : System
package Microsoft.VisualStudio.Shell.Package
commandService IMenuCommandService
id int
repository XmlRepository
activeDocument ActiveDocument
return System