C# 클래스 CodeGeneratorHelpers.ProjectHelper

파일 보기 프로젝트 열기: asebak/ui5-visualstudio-plugin

공개 메소드들

메소드 설명
GetFilePath ( Project p, string fileName ) : string

Gets the file path.

GetFolderPath ( Project p, string folderName ) : ProjectItem

Gets the folder path.

메소드 상세

GetFilePath() 공개 정적인 메소드

Gets the file path.
public static GetFilePath ( Project p, string fileName ) : string
p Project The p.
fileName string Name of the file.
리턴 string

GetFolderPath() 공개 정적인 메소드

Gets the folder path.
public static GetFolderPath ( Project p, string folderName ) : ProjectItem
p Project The p.
folderName string Name of the folder.
리턴 ProjectItem