C# 클래스 Microsoft.R.Editor.Navigation.Peek.UserDefinedPeekItem

Peekable item for user-defined functions and variables
상속: PeekItemBase
파일 보기 프로젝트 열기: Microsoft/RTVS 1 사용 예제들

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
GetOrCreateResultSource ( string relationshipName ) : IPeekResultSource
UserDefinedPeekItem ( string fileName, IAstNode definitionNode, string name, IPeekResultFactory peekResultFactory, ICoreShell shell ) : Microsoft.Common.Core.Shell

메소드 상세

GetOrCreateResultSource() 공개 메소드

public GetOrCreateResultSource ( string relationshipName ) : IPeekResultSource
relationshipName string
리턴 IPeekResultSource

UserDefinedPeekItem() 공개 메소드

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