C# 클래스 Microsoft.CodeAnalysis.Editor.Implementation.Peek.ExternalFilePeekableItem

상속: Microsoft.CodeAnalysis.Editor.Implementation.Peek.PeekableItem
파일 보기 프로젝트 열기: lodejard/AllNetCore 1 사용 예제들

공개 메소드들

메소드 설명
ExternalFilePeekableItem ( FileLinePositionSpan span, IPeekRelationship relationship, IPeekResultFactory peekResultFactory ) : System.Collections.Generic
GetOrCreateResultSource ( string relationshipName ) : IPeekResultSource

메소드 상세

ExternalFilePeekableItem() 공개 메소드

public ExternalFilePeekableItem ( FileLinePositionSpan span, IPeekRelationship relationship, IPeekResultFactory peekResultFactory ) : System.Collections.Generic
span FileLinePositionSpan
relationship IPeekRelationship
peekResultFactory IPeekResultFactory
리턴 System.Collections.Generic

GetOrCreateResultSource() 공개 메소드

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