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

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

Méthodes publiques

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

Method Details

GetOrCreateResultSource() public méthode

public GetOrCreateResultSource ( string relationshipName ) : IPeekResultSource
relationshipName string
Résultat IPeekResultSource

InternalFunctionPeekItem() public méthode

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
Résultat Microsoft.Common.Core.Shell