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

Inheritance: IPeekableItemSource
ファイルを表示 Open project: Microsoft/RTVS Class Usage Examples

Public Methods

Method Description
AugmentPeekSession ( IPeekSession session, IList peekableItems ) : void
Dispose ( ) : void
PeekableItemSource ( ITextBuffer textBuffer, IPeekResultFactory peekResultFactory, ICoreShell shell ) : System.Collections.Generic

Method Details

AugmentPeekSession() public method

public AugmentPeekSession ( IPeekSession session, IList peekableItems ) : void
session IPeekSession
peekableItems IList
return void

Dispose() public method

public Dispose ( ) : void
return void

PeekableItemSource() public method

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