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

Peekable item (Peek Definition) representing non-user R function
상속: PeekItemBase
파일 보기 프로젝트 열기: Microsoft/RTVS 1 사용 예제들

공개 메소드들

메소드 설명
GetOrCreateResultSource ( string relationshipName ) : IPeekResultSource
InternalFunctionPeekItem ( string sourceFileName, Span sourceSpan, string functionName, IPeekResultFactory peekResultFactory, ICoreShell shell ) : Microsoft.Common.Core.Shell

메소드 상세

GetOrCreateResultSource() 공개 메소드

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

InternalFunctionPeekItem() 공개 메소드

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