Share via


UndoManager.IsDirty Property

Namespace:  Microsoft.VisualStudio.Modeling.Shell
Assembly:  Microsoft.VisualStudio.Modeling.Sdk.Shell.12.0 (in Microsoft.VisualStudio.Modeling.Sdk.Shell.12.0.dll)

Syntax

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

Property Value

Type: System.Boolean

.NET Framework Security

See Also

Reference

UndoManager Class

Microsoft.VisualStudio.Modeling.Shell Namespace