C# 클래스 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.
파일 보기 프로젝트 열기: retailcoder/Rubberduck 1 사용 예제들

공개 메소드들

메소드 설명
GetNavigationArgs ( ) : NavigateCodeEventArgs
ToDoItem ( string markerText, CommentNode comment ) : System

메소드 상세

GetNavigationArgs() 공개 메소드

public GetNavigationArgs ( ) : NavigateCodeEventArgs
리턴 Rubberduck.UI.NavigateCodeEventArgs

ToDoItem() 공개 메소드

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