C# 클래스 Instant.VisualStudio.InstantVisualStudio

상속: IDisposable
파일 보기 프로젝트 열기: ermau/Instant

Private Properties

프로퍼티 타입 설명
AdornCode System.Threading.Tasks.Task
AdornCode void
AdornOperationContainer void
Execute System.Threading.Tasks.Task
GetBrush System.Windows.Media.SolidColorBrush
GetCancelSource System.Threading.CancellationTokenSource
OnBuildBegin void
OnBuildDone void
OnBuildProjeConfigDone void
OnEvaluationCompleted void
OnInstantToggled void
OnIterationChanged void
OnLayoutChanged void
OperationAdornerRemoved void

공개 메소드들

메소드 설명
Dispose ( ) : void
InstantVisualStudio ( IWpfTextView view, ITextDocumentFactoryService textDocumentFactoryService ) : System

비공개 메소드들

메소드 설명
AdornCode ( ITextSnapshot snapshot, string code, MethodCall>.IDictionary methods, CancellationToken cancelToken = default(CancellationToken) ) : System.Threading.Tasks.Task
AdornCode ( ITextSnapshot snapshot, CancellationToken token = default(CancellationToken) ) : void
AdornOperationContainer ( OperationContainer container, ITextSnapshot snapshot, LineMap lineMap, CancellationToken cancelToken ) : void
Execute ( ITextSnapshot snapshot, CancellationToken cancelToken ) : System.Threading.Tasks.Task
GetBrush ( uint color ) : SolidColorBrush
GetCancelSource ( bool current = false ) : CancellationTokenSource

Gets a CancellationTokenSource and optionally cancels an old one.

OnBuildBegin ( vsBuildScope scope, vsBuildAction action ) : void
OnBuildDone ( vsBuildScope scope, vsBuildAction action ) : void
OnBuildProjeConfigDone ( string project, string projectConfig, string platform, string solutionConfig, bool success ) : void
OnEvaluationCompleted ( object sender, EvaluationCompletedEventArgs e ) : void
OnInstantToggled ( object sender, InstantToggleEventArgs args ) : void
OnIterationChanged ( object sender, IterationChangedEventArgs args ) : void
OnLayoutChanged ( object sender, TextViewLayoutChangedEventArgs e ) : void

On layout change add the adornment to any reformatted lines

OperationAdornerRemoved ( object tag, UIElement element ) : void

메소드 상세

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

InstantVisualStudio() 공개 메소드

public InstantVisualStudio ( IWpfTextView view, ITextDocumentFactoryService textDocumentFactoryService ) : System
view IWpfTextView
textDocumentFactoryService ITextDocumentFactoryService
리턴 System