ApplicationManifest.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.
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.