C# Class Instant.VisualStudio.InstantTagToggleAction

Inheritance: ISmartTagAction, IDisposable
Afficher le fichier Open project: ermau/Instant Class Usage Examples

Méthodes publiques

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

Private Methods

Méthode Description
OnGlobalToggled ( object sender, InstantToggleEventArgs args ) : void
OnToggled ( InstantToggleEventArgs args ) : void

Method Details

Dispose() public méthode

public Dispose ( ) : void
Résultat void

InstantTagToggleAction() public méthode

public InstantTagToggleAction ( ITextView view, ITrackingSpan methodSpan, string exampleCode ) : System
view ITextView
methodSpan ITrackingSpan
exampleCode string
Résultat System

Invoke() public méthode

public Invoke ( ) : void
Résultat void