RedoStackFlushedEventArgs.IsUndoStackAltered Property
Indicates if the undo stack was also altered.
Namespace: Microsoft.VisualStudio.Modeling
Assembly: Microsoft.VisualStudio.Modeling.Sdk.11.0 (in Microsoft.VisualStudio.Modeling.Sdk.11.0.dll)
Syntax
'Declaration
Public Property IsUndoStackAltered As Boolean
public bool IsUndoStackAltered { get; set; }
public:
property bool IsUndoStackAltered {
bool get ();
void set (bool value);
}
member IsUndoStackAltered : bool with get, set
function get IsUndoStackAltered () : boolean
function set IsUndoStackAltered (value : boolean)
Property Value
Type: Boolean
Remarks
Auto-Implemented Property Syntax.
.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.