Method | Description | |
---|---|---|
AddFolderToSolution ( this solution, string solutionFolderName, string physicalFolderPath ) : void | ||
GetAllProjects ( this solution ) : IEnumerable |
Get the list of all supported projects in the current solution. This method recursively iterates through all projects.
|
|
GetName ( this solution ) : string | ||
GetSolutionFolder ( this solution, string solutionFolderName ) : Project |
public static AddFolderToSolution ( this solution, string solutionFolderName, string physicalFolderPath ) : void | ||
solution | this | |
solutionFolderName | string | |
physicalFolderPath | string | |
return | void |
public static GetAllProjects ( this solution ) : IEnumerable |
||
solution | this | |
return | IEnumerable |
public static GetName ( this solution ) : string | ||
solution | this | |
return | string |
public static GetSolutionFolder ( this solution, string solutionFolderName ) : Project | ||
solution | this | |
solutionFolderName | string | |
return | Project |