C# Class VintageStudio.Project.VintageStudioProjectConfiguration

Inheritance: Microsoft.VisualStudio.Project.ProjectConfig
Afficher le fichier Open project: moozzyk/VintageStudio

Méthodes publiques

Méthode Description
DebugLaunch ( uint grfLaunch ) : int
QueryDebugLaunch ( uint flags, int &fCanLaunch ) : int
VintageStudioProjectConfiguration ( ProjectNode project, string configuration ) : System

Method Details

DebugLaunch() public méthode

public DebugLaunch ( uint grfLaunch ) : int
grfLaunch uint
Résultat int

QueryDebugLaunch() public méthode

public QueryDebugLaunch ( uint flags, int &fCanLaunch ) : int
flags uint
fCanLaunch int
Résultat int

VintageStudioProjectConfiguration() public méthode

public VintageStudioProjectConfiguration ( ProjectNode project, string configuration ) : System
project Microsoft.VisualStudio.Project.ProjectNode
configuration string
Résultat System