C# 클래스 FsWorksheet.WorksheetSpace

상속: IDisposable
파일 보기 프로젝트 열기: deviousasti/fsharp-worksheet 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
ProgressBar ProgressBar

공개 메소드들

메소드 설명
StartServer ( ) : void
StartServerSync ( ) : void
WorksheetSpace ( IWpfTextView textView ) : System

Initializes a new instance of the WorksheetSpace class. Creates a square image and attaches an event handler to the layout changed event that adds the the square in the upper right-hand corner of the TextView via the adornment layer

var ( change ,cell ) : System

비공개 메소드들

메소드 설명
Compute ( ) : void
GetText ( ) : string
LogTask ( Task task ) : void
OnBufferChanged ( object sender, TextContentChangedEventArgs e ) : void
OnCellChanged ( object sender ) : void
OnClosed ( object sender, EventArgs e ) : void
OnFileAction ( object sender, TextDocumentFileActionEventArgs e ) : void
OnRemoved ( object tag, UIElement element ) : void
OnViewportResized ( object sender, EventArgs e ) : void
ThreadModel ( FSharpAsync obj ) : void

메소드 상세

StartServer() 공개 메소드

public StartServer ( ) : void
리턴 void

StartServerSync() 공개 메소드

public StartServerSync ( ) : void
리턴 void

WorksheetSpace() 공개 메소드

Initializes a new instance of the WorksheetSpace class. Creates a square image and attaches an event handler to the layout changed event that adds the the square in the upper right-hand corner of the TextView via the adornment layer
public WorksheetSpace ( IWpfTextView textView ) : System
textView IWpfTextView The upon which the adornment will be drawn
리턴 System

var() 공개 메소드

public var ( change ,cell ) : System
,cell change
리턴 System

프로퍼티 상세

ProgressBar 공개적으로 프로퍼티

public ProgressBar ProgressBar
리턴 ProgressBar