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.
显示文件 Open project: retailcoder/Rubberduck Class Usage Examples

Public Methods

Method Description
GetNavigationArgs ( ) : NavigateCodeEventArgs
ToDoItem ( string markerText, CommentNode comment ) : System

Method Details

GetNavigationArgs() public method

public GetNavigationArgs ( ) : NavigateCodeEventArgs
return Rubberduck.UI.NavigateCodeEventArgs

ToDoItem() public method

public ToDoItem ( string markerText, CommentNode comment ) : System
markerText string
comment Rubberduck.Parsing.Nodes.CommentNode
return System