Share via


Transaction.HasPendingChanges Property

Gets the transaction and verifies whether changes to the store have been made during this transaction.

Namespace:  Microsoft.VisualStudio.Modeling
Assembly:  Microsoft.VisualStudio.Modeling.Sdk (in Microsoft.VisualStudio.Modeling.Sdk.dll)

Syntax

'Declaration
Public ReadOnly Property HasPendingChanges As Boolean
'Usage
Dim instance As Transaction 
Dim value As Boolean 

value = instance.HasPendingChanges
public bool HasPendingChanges { get; }
public:
property bool HasPendingChanges {
    bool get ();
}
public function get HasPendingChanges () : boolean

Property Value

Type: System.Boolean
true if changes have been made during this transaction; otherwise, false.

.NET Framework Security

See Also

Reference

Transaction Class

Transaction Members

Microsoft.VisualStudio.Modeling Namespace