C# Class Umbraco.UmbracoStudio.VisualStudio.SolutionExtensions

ファイルを表示 Open project: umbraco/Visual-Studio-Extension

Public Methods

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

Method Details

AddFolderToSolution() public static method

public static AddFolderToSolution ( this solution, string solutionFolderName, string physicalFolderPath ) : void
solution this
solutionFolderName string
physicalFolderPath string
return void

GetAllProjects() public static method

Get the list of all supported projects in the current solution. This method recursively iterates through all projects.
public static GetAllProjects ( this solution ) : IEnumerable
solution this
return IEnumerable

GetName() public static method

public static GetName ( this solution ) : string
solution this
return string

GetSolutionFolder() public static method

public static GetSolutionFolder ( this solution, string solutionFolderName ) : Project
solution this
solutionFolderName string
return Project