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

상속: IPeekableItemSource
파일 보기 프로젝트 열기: Microsoft/RTVS 1 사용 예제들

공개 메소드들

메소드 설명
AugmentPeekSession ( IPeekSession session, IList peekableItems ) : void
Dispose ( ) : void
PeekableItemSource ( ITextBuffer textBuffer, IPeekResultFactory peekResultFactory, ICoreShell shell ) : System.Collections.Generic

메소드 상세

AugmentPeekSession() 공개 메소드

public AugmentPeekSession ( IPeekSession session, IList peekableItems ) : void
session IPeekSession
peekableItems IList
리턴 void

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

PeekableItemSource() 공개 메소드

public PeekableItemSource ( ITextBuffer textBuffer, IPeekResultFactory peekResultFactory, ICoreShell shell ) : System.Collections.Generic
textBuffer ITextBuffer
peekResultFactory IPeekResultFactory
shell ICoreShell
리턴 System.Collections.Generic