C# 클래스 Umbraco.UmbracoStudio.VisualStudio.SolutionExtensions

파일 보기 프로젝트 열기: umbraco/Visual-Studio-Extension

공개 메소드들

메소드 설명
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