IQueryDataProducer<TResult>.LinkTo Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Link the query step to a block to process the result. The query engine will call it exactly once before using this query step.
public void LinkTo (Microsoft.VisualStudio.ProjectSystem.Query.Execution.IQueryResultReceiver<TResult> resultReceiver);
abstract member LinkTo : Microsoft.VisualStudio.ProjectSystem.Query.Execution.IQueryResultReceiver<'Result> -> unit
Public Sub LinkTo (resultReceiver As IQueryResultReceiver(Of TResult))
Parameters
- resultReceiver
- IQueryResultReceiver<TResult>
A component to receive and process the result data.