Share via


GenerateManifestBase.ValidateInputs Method

Definition

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.

Applies to