Share via


ProjectClosedEventArgs.IsDirty Property

Gets or sets a value that indicates whether the project is being closed while it is still dirty.

Namespace:  Microsoft.VisualStudio.Data.Schema.Package.Project
Assembly:  Microsoft.VisualStudio.Data.Schema.Package (in Microsoft.VisualStudio.Data.Schema.Package.dll)

Syntax

'Declaration
Public Property IsDirty As Boolean
public bool IsDirty { get; private set; }
public:
property bool IsDirty {
    bool get ();
    private: void set (bool value);
}
member IsDirty : bool with get, private set
function get IsDirty () : boolean
private function set IsDirty (value : boolean)

Property Value

Type: System.Boolean

.NET Framework Security

See Also

Reference

ProjectClosedEventArgs Class

Microsoft.VisualStudio.Data.Schema.Package.Project Namespace