C# Class Instant.VisualStudio.InstantToggleEventArgs

Inheritance: System.EventArgs
Afficher le fichier Open project: ermau/Instant Class Usage Examples

Méthodes publiques

Méthode Description
InstantToggleEventArgs ( ITextView view, ITrackingSpan methodSpan ) : System
InstantToggleEventArgs ( ITextView view, ITrackingSpan methodSpan, string testCode ) : System

Method Details

InstantToggleEventArgs() public méthode

public InstantToggleEventArgs ( ITextView view, ITrackingSpan methodSpan ) : System
view ITextView
methodSpan ITrackingSpan
Résultat System

InstantToggleEventArgs() public méthode

public InstantToggleEventArgs ( ITextView view, ITrackingSpan methodSpan, string testCode ) : System
view ITextView
methodSpan ITrackingSpan
testCode string
Résultat System