IQueryActionProvider2.CreateQueryActionDataTransformerEx 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 CreateQueryActionDataTransformerEx (Microsoft.VisualStudio.ProjectSystem.Query.Framework.ExecutableStep executableStep, Microsoft.VisualStudio.ProjectSystem.Query.IPropertiesAvailableStatus properties);
abstract member CreateQueryActionDataTransformerEx : Microsoft.VisualStudio.ProjectSystem.Query.Framework.ExecutableStep * Microsoft.VisualStudio.ProjectSystem.Query.IPropertiesAvailableStatus -> Microsoft.VisualStudio.ProjectSystem.Query.Execution.IQueryActionExecutor
Public Function CreateQueryActionDataTransformerEx (executableStep As ExecutableStep, properties As IPropertiesAvailableStatus) As IQueryActionExecutor
Parameters
- executableStep
- ExecutableStep
Additional data to describe actions.
- properties
- IPropertiesAvailableStatus
Properties required by the query.
Returns
A query data processor, which can be linked to further processing steps in the query engine.