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.
Gets the transaction and verifies whether the transaction is hidden.
Namespace: Microsoft.VisualStudio.Modeling
Assembly: Microsoft.VisualStudio.Modeling.Sdk (in Microsoft.VisualStudio.Modeling.Sdk.dll)
Syntax
'Declaration
Public ReadOnly Property IsHidden As Boolean
'Usage
Dim instance As Transaction
Dim value As Boolean
value = instance.IsHidden
public bool IsHidden { get; }
public:
property bool IsHidden {
bool get ();
}
public function get IsHidden () : boolean
Property Value
Type: System.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.