QueryDataProducerBase<TResult>.ResultReceiver Property
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.
Gets the data receiving component linked to this data producer.
protected Microsoft.VisualStudio.ProjectSystem.Query.Execution.IQueryResultReceiver<TResult> ResultReceiver { get; }
member this.ResultReceiver : Microsoft.VisualStudio.ProjectSystem.Query.Execution.IQueryResultReceiver<'Result>
Protected ReadOnly Property ResultReceiver As IQueryResultReceiver(Of TResult)