C# 클래스 Continuous.Client.VisualStudioContinuousEnv

상속: ContinuousEnv
파일 보기 프로젝트 열기: praeclarum/Continuous 1 사용 예제들

보호된 메소드들

메소드 설명
GetCursorLocationAsync ( ) : Task
GetSelectedTextAsync ( ) : Task
GetTopLevelTypeDeclsAsync ( ) : Task
MonitorEditorChanges ( ) : void
SetWatchTextAsync ( Continuous.Client.WatchVariable w, List vals ) : Task

비공개 메소드들

메소드 설명
GetTopLevelTypeDecls ( CodeElement elm, string nsName, Document doc, List usings, List decls ) : void
LineChangedThrottleTick ( object state ) : void
TextEditorEvents_LineChanged ( TextPoint StartPoint, TextPoint EndPoint, int Hint ) : void

메소드 상세

GetCursorLocationAsync() 보호된 메소드

protected GetCursorLocationAsync ( ) : Task
리턴 Task

GetSelectedTextAsync() 보호된 메소드

protected GetSelectedTextAsync ( ) : Task
리턴 Task

GetTopLevelTypeDeclsAsync() 보호된 메소드

protected GetTopLevelTypeDeclsAsync ( ) : Task
리턴 Task

MonitorEditorChanges() 보호된 메소드

protected MonitorEditorChanges ( ) : void
리턴 void

SetWatchTextAsync() 보호된 메소드

protected SetWatchTextAsync ( Continuous.Client.WatchVariable w, List vals ) : Task
w Continuous.Client.WatchVariable
vals List
리턴 Task