IQueryActionProvider.CreateQueryActionDataTransformer(ExecutableStep) 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.
Creates a query data transformer to execute actions for the entities.
public Microsoft.VisualStudio.ProjectSystem.Query.Execution.IQueryActionExecutor CreateQueryActionDataTransformer (Microsoft.VisualStudio.ProjectSystem.Query.Framework.ExecutableStep executableStep);
abstract member CreateQueryActionDataTransformer : Microsoft.VisualStudio.ProjectSystem.Query.Framework.ExecutableStep -> Microsoft.VisualStudio.ProjectSystem.Query.Execution.IQueryActionExecutor
Public Function CreateQueryActionDataTransformer (executableStep As ExecutableStep) As IQueryActionExecutor
Parameters
- executableStep
- ExecutableStep
Additional data to describe actions.
Returns
A query data processor, which can be linked to further processing steps in the query engine.