Share via


UndoManager.IsDirty Property

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

Syntax

'Declaration
Public Property IsDirty As Boolean
'Usage
Dim instance As UndoManager 
Dim value As Boolean 

value = instance.IsDirty

instance.IsDirty = value
public bool IsDirty { get; set; }
public:
property bool IsDirty {
    bool get ();
    void set (bool value);
}
public function get IsDirty () : boolean 
public function set IsDirty (value : boolean)

Property Value

Type: System.Boolean

.NET Framework Security

See Also

Reference

UndoManager Class

UndoManager Members

Microsoft.VisualStudio.Modeling.Shell Namespace