C# Класс CodeGeneratorHelpers.ProjectHelper

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

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

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