Share via


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; }
public bool DisableMarkDirty { [System.Runtime.TargetedPatchingOptOut("Performance critical to inline this type of method across NGen image boundaries")] get; [System.Runtime.TargetedPatchingOptOut("Performance critical to inline this type of method across NGen image boundaries")] set; }
member this.DisableMarkDirty : bool with get, set
[<get: System.Runtime.TargetedPatchingOptOut("Performance critical to inline this type of method across NGen image boundaries")>]
[<set: System.Runtime.TargetedPatchingOptOut("Performance critical to inline this type of method across NGen image boundaries")>]
member this.DisableMarkDirty : bool with get, set
Public Property DisableMarkDirty As Boolean

Property Value

Returns a flag that determines whether MarkDirty is temporarily disabled.

Attributes

Applies to