IVsProjectDesignerPageSite::GetTransaction Method (String^)

 

Gets a transaction to group multiple property changes into a single undo/redo unit.

Namespace:   Microsoft.VisualStudio.ManagedInterfaces.ProjectDesigner
Assembly:  Microsoft.VisualStudio.ManagedInterfaces (in Microsoft.VisualStudio.ManagedInterfaces.dll)

[DispIdAttribute(3)]
DesignerTransaction^ GetTransaction(
	String^ description
)

Parameters

description
Type: System::String^

The description of the transaction.

The transaction must be either committed or cancelled after the property changes are made.

Return to top
Show: