Transaction.IsHidden Property
Gets the transaction and verifies whether the transaction is hidden.
Namespace: Microsoft.VisualStudio.Modeling
Assembly: Microsoft.VisualStudio.Modeling.Sdk.11.0 (in Microsoft.VisualStudio.Modeling.Sdk.11.0.dll)
Syntax
'Declaration
Public ReadOnly Property IsHidden As Boolean
public bool IsHidden { get; }
public:
property bool IsHidden {
bool get ();
}
member IsHidden : bool with get
function get IsHidden () : boolean
Property Value
Type: Boolean
true if the transaction is hidden; otherwise, false.
Remarks
If the transaction is hidden, no rules are raised and it will not go on the undo stack. Therefore, it cannot be undone.
.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.