C# Class MonoDevelop.CSharp.PathedDocumentTextEditorExtension.CompilationUnitDataProvider

Inheritance: DropDownBoxListWindow.IListDataProvider
Afficher le fichier Open project: powerumc/monodevelop_korean

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
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

Method Details

ActivateItem() public méthode

public ActivateItem ( int n ) : void
n int
Résultat void

CompilationUnitDataProvider() public méthode

public CompilationUnitDataProvider ( TextEditor editor, DocumentContext documentContext ) : System
editor TextEditor
documentContext DocumentContext
Résultat System

GetIcon() public méthode

public GetIcon ( int n ) : Xwt.Drawing.Image
n int
Résultat Xwt.Drawing.Image

GetMarkup() public méthode

public GetMarkup ( int n ) : string
n int
Résultat string

GetTag() public méthode

public GetTag ( int n ) : object
n int
Résultat object

Reset() public méthode

public Reset ( ) : void
Résultat void