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

Peekable item for user-defined functions and variables
Inheritance: PeekItemBase
ファイルを表示 Open project: Microsoft/RTVS Class Usage Examples

Private Properties

Property Type Description

Public Methods

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

Method Details

GetOrCreateResultSource() public method

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

UserDefinedPeekItem() public method

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