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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.