C# 클래스 BooLangService.BooSource

상속: Microsoft.VisualStudio.Package.Source, ILineView
파일 보기 프로젝트 열기: jagregory/boolangstudio 1 사용 예제들

공개 메소드들

메소드 설명
BooSource ( Microsoft.VisualStudio.Package.LanguageService service, IVsTextLines textLines, Microsoft.VisualStudio.Package.Colorizer colorizer ) : Boo.BooLangProject
GetIndexOfNextNonWhitespaceChar ( int line ) : int
GetTextUptoPosition ( int line, int col ) : string

Gets all text on the specified line upto the column specified.

SetText ( int line, int endColumn, string newText ) : void

메소드 상세

BooSource() 공개 메소드

public BooSource ( Microsoft.VisualStudio.Package.LanguageService service, IVsTextLines textLines, Microsoft.VisualStudio.Package.Colorizer colorizer ) : Boo.BooLangProject
service Microsoft.VisualStudio.Package.LanguageService
textLines IVsTextLines
colorizer Microsoft.VisualStudio.Package.Colorizer
리턴 Boo.BooLangProject

GetIndexOfNextNonWhitespaceChar() 공개 메소드

public GetIndexOfNextNonWhitespaceChar ( int line ) : int
line int
리턴 int

GetTextUptoPosition() 공개 메소드

Gets all text on the specified line upto the column specified.
public GetTextUptoPosition ( int line, int col ) : string
line int
col int
리턴 string

SetText() 공개 메소드

public SetText ( int line, int endColumn, string newText ) : void
line int
endColumn int
newText string
리턴 void