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

Inheritance: IPeekResultSource
Afficher le fichier Open project: Microsoft/RTVS Class Usage Examples

Private Properties

Свойство Type Description
FindFunctionAsync Task
GetFunctionCode Task

Méthodes publiques

Méthode 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

Méthode Description
FindFunctionAsync ( string sourceFileName, Span sourceSpan, string functionName ) : Task
GetFunctionCode ( string functionName ) : Task

Method Details

FindResults() public méthode

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

InternalFunctionPeekResultSource() public méthode

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