C# 클래스 ShiningDragon.TFSProd.Commands.Base.FindInSolExpCommand

상속: AbstractCommand
파일 보기 프로젝트 열기: shiningdragon/tfsproductivitypack

보호된 프로퍼티들

프로퍼티 타입 설명
dte DTE2
solutionExplorer SolutionExplorer

공개 메소드들

메소드 설명
FindInSolExpCommand ( Guid guidId, int id, IMenuCommandService menuCommandService, ILogger _logger, DTE2 _dte ) : System

메소드 상세

FindInSolExpCommand() 공개 메소드

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

프로퍼티 상세

dte 보호되어 있는 프로퍼티

protected DTE2 dte
리턴 DTE2

solutionExplorer 보호되어 있는 프로퍼티

protected SolutionExplorer solutionExplorer
리턴 SolutionExplorer