IVsProjectDesignerPageSite.GetTransaction 方法

允许事务访问将多个属性更改单个撤消/重做单元。

命名空间:  Microsoft.VisualStudio.ManagedInterfaces.ProjectDesigner
程序集:  Microsoft.VisualStudio.ManagedInterfaces(在 Microsoft.VisualStudio.ManagedInterfaces.dll 中)

语法

声明
Function GetTransaction ( _
    description As String _
) As DesignerTransaction
DesignerTransaction GetTransaction(
    string description
)

参数

返回值

类型:System.ComponentModel.Design.DesignerTransaction
DesignerTransaction .

备注

该事务,将特性更改后,必须执行或移除。

.NET Framework 安全性

请参见

参考

IVsProjectDesignerPageSite 接口

Microsoft.VisualStudio.ManagedInterfaces.ProjectDesigner 命名空间