C# 클래스 VsTeXProject.VisualStudio.Project.SolutionListenerForBuildDependencyUpdate

The purpose of this class is to set a build dependency from a modeling project to all its sub projects
상속: SolutionListener
파일 보기 프로젝트 열기: mimura1133/vstex

공개 메소드들

메소드 설명
OnAfterOpenProject ( IVsHierarchy hierarchy, int added ) : int

Update build dependency list if solution is fully loaded

OnAfterOpenSolution ( object pUnkReserved, int fNewSolution ) : int

Called at load time when solution has finished opening.

SolutionListenerForBuildDependencyUpdate ( IServiceProvider serviceProvider ) : System

비공개 메소드들

메소드 설명
AddBuildDependenyToNestedProject ( IBuildDependencyUpdate projectContainer, IVsHierarchy nestedProject ) : void

Add build dependency to ProjectContainerNode if IVsBuildDependency is supported by the nested project

GetListOfProjectContainerNodes ( ) : List

Enum all projects in the solution and collect all that derives from ProjectContainerNode

UpdateDependencyListWithSubProjects ( IBuildDependencyOnProjectContainer projectNode ) : void

Update dependency list

메소드 상세

OnAfterOpenProject() 공개 메소드

Update build dependency list if solution is fully loaded
public OnAfterOpenProject ( IVsHierarchy hierarchy, int added ) : int
hierarchy IVsHierarchy
added int
리턴 int

OnAfterOpenSolution() 공개 메소드

Called at load time when solution has finished opening.
public OnAfterOpenSolution ( object pUnkReserved, int fNewSolution ) : int
pUnkReserved object reserved
fNewSolution int true if this is a new solution
리턴 int

SolutionListenerForBuildDependencyUpdate() 공개 메소드

public SolutionListenerForBuildDependencyUpdate ( IServiceProvider serviceProvider ) : System
serviceProvider IServiceProvider
리턴 System