Share via


Project.IsDirty Property

Definition

Tells you whether this project file is dirty such that it would need to get saved to disk.

public:
 property bool IsDirty { bool get(); };
public bool IsDirty { get; }
public bool IsDirty { [System.Runtime.TargetedPatchingOptOut("Performance critical to inline this type of method across NGen image boundaries")] get; }
member this.IsDirty : bool
[<get: System.Runtime.TargetedPatchingOptOut("Performance critical to inline this type of method across NGen image boundaries")>]
member this.IsDirty : bool
Public ReadOnly Property IsDirty As Boolean

Property Value

true if the project has changed and needs to be saved; otherwise, false.

Attributes

Applies to