C# Class CodeGeneratorHelpers.ProjectHelper

Afficher le fichier Open project: asebak/ui5-visualstudio-plugin

Méthodes publiques

Méthode Description
GetFilePath ( Project p, string fileName ) : string

Gets the file path.

GetFolderPath ( Project p, string folderName ) : ProjectItem

Gets the folder path.

Method Details

GetFilePath() public static méthode

Gets the file path.
public static GetFilePath ( Project p, string fileName ) : string
p Project The p.
fileName string Name of the file.
Résultat string

GetFolderPath() public static méthode

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