C# 클래스 AvalonStudio.Projects.StandardProjectFolder

상속: IProjectFolder
파일 보기 프로젝트 열기: VitalElement/AvalonStudio 1 사용 예제들

공개 메소드들

메소드 설명
CompareTo ( IProjectFolder other ) : int
CompareTo ( IProjectItem other ) : int
CompareTo ( string other ) : int
ExcludeFile ( ISourceFile file ) : void
ExcludeFolder ( IProjectFolder folder ) : void
StandardProjectFolder ( string path ) : AvalonStudio.Platforms

메소드 상세

CompareTo() 공개 메소드

public CompareTo ( IProjectFolder other ) : int
other IProjectFolder
리턴 int

CompareTo() 공개 메소드

public CompareTo ( IProjectItem other ) : int
other IProjectItem
리턴 int

CompareTo() 공개 메소드

public CompareTo ( string other ) : int
other string
리턴 int

ExcludeFile() 공개 메소드

public ExcludeFile ( ISourceFile file ) : void
file ISourceFile
리턴 void

ExcludeFolder() 공개 메소드

public ExcludeFolder ( IProjectFolder folder ) : void
folder IProjectFolder
리턴 void

StandardProjectFolder() 공개 메소드

public StandardProjectFolder ( string path ) : AvalonStudio.Platforms
path string
리턴 AvalonStudio.Platforms