C# 클래스 VCFileUtils.Model.VCProjectWrapper

상속: ContainerWrapper
파일 보기 프로젝트 열기: reloZid/vc-fileutils 1 사용 예제들

공개 메소드들

메소드 설명
GetProjectDirectory ( ) : string
GetProjectRoot ( ) : string
ToString ( ) : string
VCProjectWrapper ( VCProject project ) : System

보호된 메소드들

메소드 설명
_AddFile ( string path ) : VCFile
_AddFilter ( string name ) : VCFilter

메소드 상세

GetProjectDirectory() 공개 메소드

public GetProjectDirectory ( ) : string
리턴 string

GetProjectRoot() 공개 메소드

public GetProjectRoot ( ) : string
리턴 string

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

VCProjectWrapper() 공개 메소드

public VCProjectWrapper ( VCProject project ) : System
project VCProject
리턴 System

_AddFile() 보호된 메소드

protected _AddFile ( string path ) : VCFile
path string
리턴 VCFile

_AddFilter() 보호된 메소드

protected _AddFilter ( string name ) : VCFilter
name string
리턴 VCFilter