BuildContributor Class
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.
Derivatives of the BuildContributor extension are executed during a project build after the project's model has been constructed and verified.
public abstract class BuildContributor
type BuildContributor = class
Public MustInherit Class BuildContributor
- Inheritance
-
BuildContributor
Constructors
BuildContributor() |
Methods
OnExecute(BuildContributorContext, IList<ExtensibilityError>) |
Called after the project's model has been completely built giving the build contributor an opportunity to examine the model and possible output additional files. |