C# 클래스 MonoDevelop.CSharp.PathedDocumentTextEditorExtension.CompilationUnitDataProvider

상속: DropDownBoxListWindow.IListDataProvider
파일 보기 프로젝트 열기: powerumc/monodevelop_korean

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
ActivateItem ( int n ) : void
CompilationUnitDataProvider ( TextEditor editor, DocumentContext documentContext ) : System
GetIcon ( int n ) : Xwt.Drawing.Image
GetMarkup ( int n ) : string
GetTag ( int n ) : object
Reset ( ) : void

메소드 상세

ActivateItem() 공개 메소드

public ActivateItem ( int n ) : void
n int
리턴 void

CompilationUnitDataProvider() 공개 메소드

public CompilationUnitDataProvider ( TextEditor editor, DocumentContext documentContext ) : System
editor TextEditor
documentContext DocumentContext
리턴 System

GetIcon() 공개 메소드

public GetIcon ( int n ) : Xwt.Drawing.Image
n int
리턴 Xwt.Drawing.Image

GetMarkup() 공개 메소드

public GetMarkup ( int n ) : string
n int
리턴 string

GetTag() 공개 메소드

public GetTag ( int n ) : object
n int
리턴 object

Reset() 공개 메소드

public Reset ( ) : void
리턴 void