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

Inheritance: IPeekResultSource
ファイルを表示 Open project: Microsoft/RTVS Class Usage Examples

Private Properties

Property Type Description
FindFunctionAsync Task
GetFunctionCode Task

Public Methods

Method Description
FindResults ( string relationshipName, IPeekResultCollection resultCollection, CancellationToken cancellationToken, IFindPeekResultsCallback callback ) : void
InternalFunctionPeekResultSource ( string sourceFileName, Span sourceSpan, string functionName, InternalFunctionPeekItem peekItem, ICoreShell shell ) : System

Private Methods

Method Description
FindFunctionAsync ( string sourceFileName, Span sourceSpan, string functionName ) : Task
GetFunctionCode ( string functionName ) : Task

Method Details

FindResults() public method

public FindResults ( string relationshipName, IPeekResultCollection resultCollection, CancellationToken cancellationToken, IFindPeekResultsCallback callback ) : void
relationshipName string
resultCollection IPeekResultCollection
cancellationToken System.Threading.CancellationToken
callback IFindPeekResultsCallback
return void

InternalFunctionPeekResultSource() public method

public InternalFunctionPeekResultSource ( string sourceFileName, Span sourceSpan, string functionName, InternalFunctionPeekItem peekItem, ICoreShell shell ) : System
sourceFileName string
sourceSpan Span
functionName string
peekItem InternalFunctionPeekItem
shell ICoreShell
return System