C# 클래스 ootnamespace.ootSafeItemName.ResultSource

Called by the running IPeekBroker to create IPeekResults that will be displayed to the user in the Peek window.
상속: IPeekResultSource
파일 보기 프로젝트 열기: Microsoft/VSSDK-Extensibility-Templates

공개 메소드들

메소드 설명
FindResults ( string relationshipName, IPeekResultCollection collection, CancellationToken cancellationToken, IFindPeekResultsCallback callback ) : void

Populates the collection of IPeekResults for the given relationship.

ResultSource ( ootSafeItemName eekableItem ) : System

메소드 상세

FindResults() 공개 메소드

Populates the collection of IPeekResults for the given relationship.
public FindResults ( string relationshipName, IPeekResultCollection collection, CancellationToken cancellationToken, IFindPeekResultsCallback callback ) : void
relationshipName string The case insenitive name of the relationship to be queried for results.
collection IPeekResultCollection
cancellationToken System.Threading.CancellationToken The cancellation token used by the caller to cancel the operation.
callback IFindPeekResultsCallback The instance used to report progress and failures.
리턴 void

ResultSource() 공개 메소드

public ResultSource ( ootSafeItemName eekableItem ) : System
eekableItem ootSafeItemName
리턴 System