IVsProjectDesignerPageSite.GetTransaction 方法
允许事务访问将多个属性更改单个撤消/重做单元。
命名空间: Microsoft.VisualStudio.ManagedInterfaces.ProjectDesigner
程序集: Microsoft.VisualStudio.ManagedInterfaces(在 Microsoft.VisualStudio.ManagedInterfaces.dll 中)
语法
声明
Function GetTransaction ( _
description As String _
) As DesignerTransaction
DesignerTransaction GetTransaction(
string description
)
参数
- description
类型:System.String
事务的说明。
返回值
类型:System.ComponentModel.Design.DesignerTransaction
DesignerTransaction .
备注
该事务,将特性更改后,必须执行或移除。
.NET Framework 安全性
- 对直接调用方的完全信任。此成员不能由部分信任的代码使用。有关更多信息,请参见通过部分受信任的代码使用库。
请参见
参考
Microsoft.VisualStudio.ManagedInterfaces.ProjectDesigner 命名空间