ISharePointProjectFeature.Validate 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.
Runs design-time validation on the feature and updates the error list in the IDE.
public:
bool Validate();
public bool Validate ();
abstract member Validate : unit -> bool
Public Function Validate () As Boolean
Returns
True
if the validation is successful; false
if errors are found.