ApplicationManifest.Validate Method

Definition

Performs various checks to verify the validity of the manifest. Any resulting errors or warnings are reported in the OutputMessageCollection object.

public:
 override void Validate();
public override void Validate ();
override this.Validate : unit -> unit
Public Overrides Sub Validate ()

Remarks

Before calling this method, you must set the TargetFrameworkVersion property so that the validation can verify application manifest against the correct version of the .NET Framework runtime.

Applies to