Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Get the UndoOption associated from the given transaction scope properties.
Namespace: Microsoft.VisualStudio.GraphModel
Assembly: Microsoft.VisualStudio.GraphModel (in Microsoft.VisualStudio.GraphModel.dll)
Syntax
'Declaration
Public Shared Function GetUndoOption ( _
scopeProperties As Dictionary(Of Object, Object) _
) As UndoOption
public static UndoOption GetUndoOption(
Dictionary<Object, Object> scopeProperties
)
public:
static UndoOption GetUndoOption(
Dictionary<Object^, Object^>^ scopeProperties
)
static member GetUndoOption :
scopeProperties:Dictionary<Object, Object> -> UndoOption
public static function GetUndoOption(
scopeProperties : Dictionary<Object, Object>
) : UndoOption
Parameters
scopeProperties
Type: Dictionary<Object, Object>The property bag from the transaction scope in question.
Return Value
Type: Microsoft.VisualStudio.GraphModel.UndoOption
.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.