C# Class MonoDevelop.CSharp.Completion.CSharpTextEditorCompletion.CompilationUnitDataProvider

Inheritance: DropDownBoxListWindow.IListDataProvider
Afficher le fichier Open project: slluis/monodevelop

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
ActivateItem ( int n ) : void
CompilationUnitDataProvider ( Document document ) : System
GetIcon ( int n ) : Gdk.Pixbuf
GetTag ( int n ) : object
GetText ( int n ) : string
Reset ( ) : void

Method Details

ActivateItem() public méthode

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

CompilationUnitDataProvider() public méthode

public CompilationUnitDataProvider ( Document document ) : System
document Document
Résultat System

GetIcon() public méthode

public GetIcon ( int n ) : Gdk.Pixbuf
n int
Résultat Gdk.Pixbuf

GetTag() public méthode

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

GetText() public méthode

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

Reset() public méthode

public Reset ( ) : void
Résultat void