Condividi tramite


UndoManager.IsDirty Property

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

Syntax

'Dichiarazione
Public Property IsDirty As Boolean
    Get
    Set
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