共用方式為


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

參數

  • scopeProperties
    類型:Dictionary<Object, Object>

    來自有問題的異動範圍的屬性包。

傳回值

類型:String

.NET Framework 安全性

請參閱

參考

UndoableGraphTransactionScope 類別

Microsoft.VisualStudio.GraphModel 命名空間