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

Inheritance: DropDownBoxListWindow.IListDataProvider
Exibir arquivo Open project: slluis/monodevelop

Private Properties

Property Type Description
GetString string

Public Methods

Method 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

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

Method Details

ActivateItem() public method

public ActivateItem ( int n ) : void
n int
return void

DataProvider() public method

public DataProvider ( Document doc, object tag, MonoDevelop.Projects.Dom.Output.Ambience amb ) : System
doc Document
tag object
amb MonoDevelop.Projects.Dom.Output.Ambience
return System

GetIcon() public method

public GetIcon ( int n ) : Gdk.Pixbuf
n int
return Gdk.Pixbuf

GetTag() public method

public GetTag ( int n ) : object
n int
return object

GetText() public method

public GetText ( int n ) : string
n int
return string

Reset() public method

public Reset ( ) : void
return void