IQueryActionProvider2 Interface
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.
Represents a data provider to execute an action based on known entities (from a query). Such providers must carry both QueryDataProviderAttribute metadata and QueryActionProviderAttribute metadata.
public interface IQueryActionProvider2 : Microsoft.VisualStudio.ProjectSystem.Query.Providers.IQueryActionProvider
type IQueryActionProvider2 = interface
interface IQueryActionProvider
Public Interface IQueryActionProvider2
Implements IQueryActionProvider
- Implements
Methods
CreateQueryActionDataTransformer(ExecutableStep) |
Creates a query data transformer to execute actions for the entities. (Inherited from IQueryActionProvider) |
CreateQueryActionDataTransformerEx(ExecutableStep, IPropertiesAvailableStatus) |
Creates a query data transformer to execute actions for the entities. |