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

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

Private Properties

Свойство Type Description
GetString string

Méthodes publiques

Méthode Description
ActivateItem ( int n ) : void
DataProvider ( Document doc, object tag, MonoDevelop.Projects.Dom.Output.Ambience amb ) : System
GetIcon ( int n ) : Gdk.Pixbuf
GetTag ( int n ) : object
GetText ( int n ) : string
Reset ( ) : void

Private Methods

Méthode Description
GetString ( MonoDevelop.Projects.Dom.Output.Ambience amb, IMember x ) : string

Method Details

ActivateItem() public méthode

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

DataProvider() public méthode

public DataProvider ( Document doc, object tag, MonoDevelop.Projects.Dom.Output.Ambience amb ) : System
doc Document
tag object
amb MonoDevelop.Projects.Dom.Output.Ambience
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