Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Indicates if the undo stack was also altered.
Namespace: Microsoft.VisualStudio.Modeling
Assembly: Microsoft.VisualStudio.Modeling.Sdk.10.0 (in Microsoft.VisualStudio.Modeling.Sdk.10.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: System.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.