C# Class Instant.VisualStudio.VisualStudioExtensions

Afficher le fichier Open project: ermau/Instant

Méthodes publiques

Méthode Description
GetOutputPath ( this project ) : string
GetProject ( this dte, Document currentDoc, string code ) : IProject

Private Methods

Méthode Description
AddFiles ( Project project, ProjectItems items, Document currentDoc ) : void
AddReferences ( Project instantProject, References references ) : void

Method Details

GetOutputPath() public static méthode

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

GetProject() public static méthode

public static GetProject ( this dte, Document currentDoc, string code ) : IProject
dte this
currentDoc Document
code string
Résultat IProject