C# Class Umbraco.UmbracoStudio.VisualStudio.SolutionExtensions

Afficher le fichier Open project: umbraco/Visual-Studio-Extension

Méthodes publiques

Méthode 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 méthode

public static AddFolderToSolution ( this solution, string solutionFolderName, string physicalFolderPath ) : void
solution this
solutionFolderName string
physicalFolderPath string
Résultat void

GetAllProjects() public static méthode

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
Résultat IEnumerable

GetName() public static méthode

public static GetName ( this solution ) : string
solution this
Résultat string

GetSolutionFolder() public static méthode

public static GetSolutionFolder ( this solution, string solutionFolderName ) : Project
solution this
solutionFolderName string
Résultat Project