C# Класс Umbraco.UmbracoStudio.VisualStudio.SolutionExtensions

Показать файл Открыть проект

Открытые методы

Метод Описание
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

Описание методов

AddFolderToSolution() публичный статический Метод

public static AddFolderToSolution ( this solution, string solutionFolderName, string physicalFolderPath ) : void
solution this
solutionFolderName string
physicalFolderPath string
Результат void

GetAllProjects() публичный статический Метод

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
Результат IEnumerable

GetName() публичный статический Метод

public static GetName ( this solution ) : string
solution this
Результат string

GetSolutionFolder() публичный статический Метод

public static GetSolutionFolder ( this solution, string solutionFolderName ) : Project
solution this
solutionFolderName string
Результат Project