메소드 | 설명 | |
---|---|---|
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
|
public OnAfterOpenProject ( IVsHierarchy hierarchy, int added ) : int | ||
hierarchy | IVsHierarchy | |
added | int | |
리턴 | int |
public OnAfterOpenSolution ( object pUnkReserved, int fNewSolution ) : int | ||
pUnkReserved | object | reserved |
fNewSolution | int | true if this is a new solution |
리턴 | int |
public SolutionListenerForBuildDependencyUpdate ( IServiceProvider serviceProvider ) : System | ||
serviceProvider | IServiceProvider | |
리턴 | System |