IVsProjectDesignerPageSite.GetTransaction(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets a transaction to group multiple property changes into a single undo/redo unit.
public:
System::ComponentModel::Design::DesignerTransaction ^ GetTransaction(System::String ^ description);
[System.Runtime.InteropServices.DispId(3)]
public System.ComponentModel.Design.DesignerTransaction GetTransaction (string description);
[<System.Runtime.InteropServices.DispId(3)>]
abstract member GetTransaction : string -> System.ComponentModel.Design.DesignerTransaction
Public Function GetTransaction (description As String) As DesignerTransaction
Parameters
- description
- String
The description of the transaction.
Returns
- Attributes