UndoableGraphTransactionScope.GetUndoDescription 方法

从给定的事务范围属性获取撤销描述。

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

语法

声明
Public Shared Function GetUndoDescription ( _
    scopeProperties As Dictionary(Of Object, Object) _
) As String
public static string GetUndoDescription(
    Dictionary<Object, Object> scopeProperties
)
public:
static String^ GetUndoDescription(
    Dictionary<Object^, Object^>^ scopeProperties
)
static member GetUndoDescription : 
        scopeProperties:Dictionary<Object, Object> -> string 
public static function GetUndoDescription(
    scopeProperties : Dictionary<Object, Object>
) : String

参数

返回值

类型:System.String

.NET Framework 安全性

请参见

参考

UndoableGraphTransactionScope 类

Microsoft.VisualStudio.GraphModel 命名空间