C# Class Rubberduck.ToDoItems.ToDoItem

Represents a Todo comment and the necessary information to display and navigate to that comment. This is a binding item. Changing it's properties changes how it is displayed.
Afficher le fichier Open project: retailcoder/Rubberduck Class Usage Examples

Méthodes publiques

Méthode Description
GetNavigationArgs ( ) : NavigateCodeEventArgs
ToDoItem ( string markerText, CommentNode comment ) : System

Method Details

GetNavigationArgs() public méthode

public GetNavigationArgs ( ) : NavigateCodeEventArgs
Résultat Rubberduck.UI.NavigateCodeEventArgs

ToDoItem() public méthode

public ToDoItem ( string markerText, CommentNode comment ) : System
markerText string
comment Rubberduck.Parsing.Nodes.CommentNode
Résultat System