GenerateManifestBase.ValidateInputs Method
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.
Validates the inputs of the GenerateManifestBase
task.
This API supports the product infrastructure and is not intended to be used directly from your code.
protected public:
virtual bool ValidateInputs();
protected internal virtual bool ValidateInputs ();
abstract member ValidateInputs : unit -> bool
override this.ValidateInputs : unit -> bool
Protected Friend Overridable Function ValidateInputs () As Boolean
Returns
true
if input validation succeeded; otherwise, false
.