Project.DisableMarkDirty Property
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.
Whether MarkDirty() is temporarily disabled. This allows, for example, a global property to be set without the project 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
true
to indicate MarkDirty
is temporarily disabled; otherwise, false
.
- Attributes