Share via


Transaction.IsHidden Property

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

See Also

Reference

Transaction Class

Transaction Members

Microsoft.VisualStudio.Modeling Namespace