Project.MarkProjectAsDirty 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.
This forces a re-evaluation of the project the next time somebody calls EvaluatedProperties or EvaluatedItems. It is also a signal that the project file is dirty and needs to be saved to disk.
public:
void MarkProjectAsDirty();
public void MarkProjectAsDirty ();
member this.MarkProjectAsDirty : unit -> unit
Public Sub MarkProjectAsDirty ()