Project.IsDirty Property

Definition

Gets a value indicating whether the project has changed and needs to be saved to a file.

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