DeferredValidationTask 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.
Represents a task for deferring validation.
public ref class DeferredValidationTask : Microsoft::Build::Utilities::Task
public class DeferredValidationTask : Microsoft.Build.Utilities.Task
type DeferredValidationTask = class
inherit Task
Public Class DeferredValidationTask
Inherits Task
- Inheritance
-
DeferredValidationTask
Constructors
DeferredValidationTask() |
Initializes a new instance of the DeferredValidationTask class. |
Properties
DeferredValidationErrorsFilePath |
Gets or sets the location of the validation to be deferred. |
Methods
Execute() |
Executes the DeferredValidationTask. |
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.