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

Inheritance: AbstractCommand
Afficher le fichier Open project: shiningdragon/tfsproductivitypack

Protected Properties

Свойство Type Description
dte DTE2
solutionExplorer SolutionExplorer

Méthodes publiques

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

Method Details

FindInSolExpCommand() public méthode

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

Property Details

dte protected_oe property

protected DTE2 dte
Résultat DTE2

solutionExplorer protected_oe property

protected SolutionExplorer solutionExplorer
Résultat SolutionExplorer