C# Класс Microsoft.R.Editor.Navigation.Peek.PeekItemBase

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

Private Properties

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

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

Метод Описание
GetOrCreateResultSource ( string relationshipName ) : IPeekResultSource
PeekItemBase ( string name, IPeekResultFactory peekResultFactory, ICoreShell shell ) : System.Collections.Generic

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

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

public abstract GetOrCreateResultSource ( string relationshipName ) : IPeekResultSource
relationshipName string
Результат IPeekResultSource

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

public PeekItemBase ( string name, IPeekResultFactory peekResultFactory, ICoreShell shell ) : System.Collections.Generic
name string
peekResultFactory IPeekResultFactory
shell ICoreShell
Результат System.Collections.Generic