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

Peekable item (Peek Definition) representing non-user R function
Наследование: PeekItemBase
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
GetOrCreateResultSource ( string relationshipName ) : IPeekResultSource
InternalFunctionPeekItem ( string sourceFileName, Span sourceSpan, string functionName, IPeekResultFactory peekResultFactory, ICoreShell shell ) : Microsoft.Common.Core.Shell

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

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

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

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

public InternalFunctionPeekItem ( string sourceFileName, Span sourceSpan, string functionName, IPeekResultFactory peekResultFactory, ICoreShell shell ) : Microsoft.Common.Core.Shell
sourceFileName string
sourceSpan Span
functionName string
peekResultFactory IPeekResultFactory
shell ICoreShell
Результат Microsoft.Common.Core.Shell