ProjectCollection.DisableMarkDirty Property

Definition

Whether MarkDirty() is temporarily disabled on projects in this collection. This allows, for example, global properties to be set without projects getting marked dirty for reevaluation as a consequence.

public:
 property bool DisableMarkDirty { bool get(); void set(bool value); };
public bool DisableMarkDirty { get; set; }
member this.DisableMarkDirty : bool with get, set
Public Property DisableMarkDirty As Boolean

Property Value

Boolean

Returns a flag that determines whether MarkDirty is temporarily disabled.

Applies to