C# Class PackageInstaller.ProjectHelpers

Afficher le fichier Open project: madskristensen/PackageInstaller

Méthodes publiques

Méthode Description
AddFileToProject ( this project, string file, string itemType = null ) : void
GetRootFolder ( this project ) : string
GetSelectedProject ( ) : Project

Method Details

AddFileToProject() public static méthode

public static AddFileToProject ( this project, string file, string itemType = null ) : void
project this
file string
itemType string
Résultat void

GetRootFolder() public static méthode

public static GetRootFolder ( this project ) : string
project this
Résultat string

GetSelectedProject() public static méthode

public static GetSelectedProject ( ) : Project
Résultat Project