C# 클래스 NuGet.VisualStudio.SolutionExtensions

파일 보기 프로젝트 열기: monoman/NugetCracker

공개 메소드들

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

메소드 상세

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