C# Class Instant.VisualStudio.InstantTagToggleAction

Inheritance: ISmartTagAction, IDisposable
ファイルを表示 Open project: ermau/Instant Class Usage Examples

Public Methods

Method Description
Dispose ( ) : void
InstantTagToggleAction ( ITextView view, ITrackingSpan methodSpan, string exampleCode ) : System
Invoke ( ) : void

Private Methods

Method Description
OnGlobalToggled ( object sender, InstantToggleEventArgs args ) : void
OnToggled ( InstantToggleEventArgs args ) : void

Method Details

Dispose() public method

public Dispose ( ) : void
return void

InstantTagToggleAction() public method

public InstantTagToggleAction ( ITextView view, ITrackingSpan methodSpan, string exampleCode ) : System
view ITextView
methodSpan ITrackingSpan
exampleCode string
return System

Invoke() public method

public Invoke ( ) : void
return void