C# Class Microsoft.R.Editor.Navigation.Peek.InternalFunctionPeekItem

Peekable item (Peek Definition) representing non-user R function
Inheritance: PeekItemBase
Show file Open project: Microsoft/RTVS Class Usage Examples

Public Methods

Method Description
GetOrCreateResultSource ( string relationshipName ) : IPeekResultSource
InternalFunctionPeekItem ( string sourceFileName, Span sourceSpan, string functionName, IPeekResultFactory peekResultFactory, ICoreShell shell ) : Microsoft.Common.Core.Shell

Method Details

GetOrCreateResultSource() public method

public GetOrCreateResultSource ( string relationshipName ) : IPeekResultSource
relationshipName string
return IPeekResultSource

InternalFunctionPeekItem() public method

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
return Microsoft.Common.Core.Shell