Compartir a través de


IQueryActionProvider2 Interface

Definition

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.

Applies to