C# Класс Rubberduck.UI.IdentifierReferences.ImplementationsListDockablePresenter

Наследование: DockableToolwindowPresenter
Показать файл Открыть проект Примеры использования класса

Private Properties

Свойство Тип Описание
BindTarget void
ControlNavigate void

Открытые методы

Метод Описание
ImplementationsListDockablePresenter ( VBE vbe, AddIn addin, SimpleListControl control, IEnumerable implementations, ICodePaneWrapperFactory wrapperFactory ) : System.Collections.Generic
OnNavigateImplementation ( VBE vbe, Rubberduck.Parsing.Symbols.Declaration implementation ) : void

Приватные методы

Метод Описание
BindTarget ( IEnumerable implementations ) : void
ControlNavigate ( object sender, Rubberduck.UI.IdentifierReferences.ListItemActionEventArgs e ) : void

Описание методов

ImplementationsListDockablePresenter() публичный Метод

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
Результат System.Collections.Generic

OnNavigateImplementation() публичный статический Метод

public static OnNavigateImplementation ( VBE vbe, Rubberduck.Parsing.Symbols.Declaration implementation ) : void
vbe VBE
implementation Rubberduck.Parsing.Symbols.Declaration
Результат void