UndoableGraphTransactionScope.GetUndoId Method
[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]
Get the Id associated with the given GraphTransactionEnlistment
Namespace: Microsoft.VisualStudio.GraphModel
Assembly: Microsoft.VisualStudio.GraphModel (in Microsoft.VisualStudio.GraphModel.dll)
Syntax
'Declaration
Public Shared Function GetUndoId ( _
scopeProperties As Dictionary(Of Object, Object) _
) As Object
public static Object GetUndoId(
Dictionary<Object, Object> scopeProperties
)
public:
static Object^ GetUndoId(
Dictionary<Object^, Object^>^ scopeProperties
)
static member GetUndoId :
scopeProperties:Dictionary<Object, Object> -> Object
public static function GetUndoId(
scopeProperties : Dictionary<Object, Object>
) : Object
Parameters
scopeProperties
Type: System.Collections.Generic.Dictionary<Object, Object>The property bag from the transaction scope in question.
Return Value
Type: System.Object
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.