IApplicationModelProvider 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.
Builds or modifies an ApplicationModel for action discovery.
public interface class IApplicationModelProvider
public interface IApplicationModelProvider
type IApplicationModelProvider = interface
Public Interface IApplicationModelProvider
Properties
Order |
Gets the order value for determining the order of execution of providers. Providers execute in ascending numeric value of the Order property. |
Methods
OnProvidersExecuted(ApplicationModelProviderContext) |
Executed for the second pass of ApplicationModel building. See Order. |
OnProvidersExecuting(ApplicationModelProviderContext) |
Executed for the first pass of ApplicationModel building. See Order. |