Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Gets the dirty (unsaved) state of the project.
Namespace: Microsoft.VisualStudio.Tools.Applications
Assembly: Microsoft.VisualStudio.Tools.Applications (in Microsoft.VisualStudio.Tools.Applications.dll)
Syntax
public bool IsDirty { get; }
public:
property bool IsDirty {
bool get();
}
member IsDirty : bool with get
Public ReadOnly Property IsDirty As Boolean
Property Value
Type: System.Boolean
true if the project is in a changed (unsaved) state; otherwise false.
See Also
Project Class
Microsoft.VisualStudio.Tools.Applications Namespace