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

Peekable item for user-defined functions and variables
Inheritance: PeekItemBase
Afficher le fichier Open project: Microsoft/RTVS Class Usage Examples

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
GetOrCreateResultSource ( string relationshipName ) : IPeekResultSource
UserDefinedPeekItem ( string fileName, IAstNode definitionNode, string name, IPeekResultFactory peekResultFactory, ICoreShell shell ) : Microsoft.Common.Core.Shell

Method Details

GetOrCreateResultSource() public méthode

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

UserDefinedPeekItem() public méthode

public UserDefinedPeekItem ( string fileName, IAstNode definitionNode, string name, IPeekResultFactory peekResultFactory, ICoreShell shell ) : Microsoft.Common.Core.Shell
fileName string
definitionNode IAstNode
name string
peekResultFactory IPeekResultFactory
shell ICoreShell
Résultat Microsoft.Common.Core.Shell