Share via


UndoableGraphTransactionScope Constructor (String)

Construct a new UndoableGraphTransactionScope

Namespace:  Microsoft.VisualStudio.GraphModel
Assembly:  Microsoft.VisualStudio.GraphModel (in Microsoft.VisualStudio.GraphModel.dll)

Syntax

'Declaration
Public Sub New ( _
    undoDescription As String _
)
public UndoableGraphTransactionScope(
    string undoDescription
)
public:
UndoableGraphTransactionScope(
    String^ undoDescription
)
new : 
        undoDescription:string -> UndoableGraphTransactionScope
public function UndoableGraphTransactionScope(
    undoDescription : String
)

Parameters

  • undoDescription
    Type: String

    The user displayable string description

.NET Framework Security

See Also

Reference

UndoableGraphTransactionScope Class

UndoableGraphTransactionScope Overload

Microsoft.VisualStudio.GraphModel Namespace