C# Class Rubberduck.UI.IdentifierReferences.ImplementationsListDockablePresenter

Inheritance: DockableToolwindowPresenter
Afficher le fichier Open project: retailcoder/Rubberduck Class Usage Examples

Private Properties

Свойство Type Description
BindTarget void
ControlNavigate void

Méthodes publiques

Méthode Description
ImplementationsListDockablePresenter ( VBE vbe, AddIn addin, SimpleListControl control, IEnumerable implementations, ICodePaneWrapperFactory wrapperFactory ) : System.Collections.Generic
OnNavigateImplementation ( VBE vbe, Rubberduck.Parsing.Symbols.Declaration implementation ) : void

Private Methods

Méthode Description
BindTarget ( IEnumerable implementations ) : void
ControlNavigate ( object sender, Rubberduck.UI.IdentifierReferences.ListItemActionEventArgs e ) : void

Method Details

ImplementationsListDockablePresenter() public méthode

public ImplementationsListDockablePresenter ( VBE vbe, AddIn addin, SimpleListControl control, IEnumerable implementations, ICodePaneWrapperFactory wrapperFactory ) : System.Collections.Generic
vbe VBE
addin AddIn
control SimpleListControl
implementations IEnumerable
wrapperFactory ICodePaneWrapperFactory
Résultat System.Collections.Generic

OnNavigateImplementation() public static méthode

public static OnNavigateImplementation ( VBE vbe, Rubberduck.Parsing.Symbols.Declaration implementation ) : void
vbe VBE
implementation Rubberduck.Parsing.Symbols.Declaration
Résultat void