Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

DesignerTransaction::Commit Method ()

 

Commits this transaction.

Namespace:   System.ComponentModel.Design
Assembly:  System (in System.dll)

public:
void Commit()

When a designer transaction is committed, the transaction is considered complete and does not track further changes.

Once a transaction has been committed, further calls to this method do nothing. Always call this method after creating a transaction to ensure that the transaction closes properly.

NamedPermissionSet

for full access to system resources. Demand value: InheritanceDemand. Associated state:

.NET Framework
Available since 1.1
Return to top
Show:
© 2017 Microsoft