Project.IsDirty 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.
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