C# 클래스 Instant.VisualStudio.VisualStudioExtensions

파일 보기 프로젝트 열기: ermau/Instant

공개 메소드들

메소드 설명
GetOutputPath ( this project ) : string
GetProject ( this dte, Document currentDoc, string code ) : IProject

비공개 메소드들

메소드 설명
AddFiles ( Project project, ProjectItems items, Document currentDoc ) : void
AddReferences ( Project instantProject, References references ) : void

메소드 상세

GetOutputPath() 공개 정적인 메소드

public static GetOutputPath ( this project ) : string
project this
리턴 string

GetProject() 공개 정적인 메소드

public static GetProject ( this dte, Document currentDoc, string code ) : IProject
dte this
currentDoc Document
code string
리턴 IProject