C# Class ShiningDragon.TFSProd.Commands.Base.FindInSolExpCommand

Inheritance: AbstractCommand
Mostrar archivo Open project: shiningdragon/tfsproductivitypack

Protected Properties

Property Type Description
dte DTE2
solutionExplorer SolutionExplorer

Public Methods

Method Description
FindInSolExpCommand ( Guid guidId, int id, IMenuCommandService menuCommandService, ILogger _logger, DTE2 _dte ) : System

Method Details

FindInSolExpCommand() public method

public FindInSolExpCommand ( Guid guidId, int id, IMenuCommandService menuCommandService, ILogger _logger, DTE2 _dte ) : System
guidId Guid
id int
menuCommandService IMenuCommandService
_logger ILogger
_dte DTE2
return System

Property Details

dte protected_oe property

protected DTE2 dte
return DTE2

solutionExplorer protected_oe property

protected SolutionExplorer solutionExplorer
return SolutionExplorer