C# 클래스 PredictiveCodeSuggestions.PopupMenus.PopupMenuItem

Defines the PopupMenuItem class.
파일 보기 프로젝트 열기: JakobChristensen/Resharper.PredictiveCodeSuggestions 1 사용 예제들

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
PopupMenuItem ( [ text ) : System

Initializes a new instance of the PopupMenuItem class.

RaiseClicked ( [ sender, [ e ) : void

Raises the clicked.

메소드 상세

PopupMenuItem() 공개 메소드

Initializes a new instance of the PopupMenuItem class.
public PopupMenuItem ( [ text ) : System
text [ The text.
리턴 System

RaiseClicked() 공개 메소드

Raises the clicked.
public RaiseClicked ( [ sender, [ e ) : void
sender [ The sender.
e [ The instance containing the event data.
리턴 void