C# 클래스 VintageStudio.Project.VintageStudioProjectConfiguration

상속: Microsoft.VisualStudio.Project.ProjectConfig
파일 보기 프로젝트 열기: moozzyk/VintageStudio

공개 메소드들

메소드 설명
DebugLaunch ( uint grfLaunch ) : int
QueryDebugLaunch ( uint flags, int &fCanLaunch ) : int
VintageStudioProjectConfiguration ( ProjectNode project, string configuration ) : System

메소드 상세

DebugLaunch() 공개 메소드

public DebugLaunch ( uint grfLaunch ) : int
grfLaunch uint
리턴 int

QueryDebugLaunch() 공개 메소드

public QueryDebugLaunch ( uint flags, int &fCanLaunch ) : int
flags uint
fCanLaunch int
리턴 int

VintageStudioProjectConfiguration() 공개 메소드

public VintageStudioProjectConfiguration ( ProjectNode project, string configuration ) : System
project Microsoft.VisualStudio.Project.ProjectNode
configuration string
리턴 System