UndoableGraphTransactionScope-Konstruktor (String)

Erstellt ein neues 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
)

Parameter

  • undoDescription
    Typ: System.String
    Die vom Benutzer anzeigbare Zeichenfolgenbeschreibung

.NET Framework-Sicherheit

Siehe auch

Referenz

UndoableGraphTransactionScope Klasse

UndoableGraphTransactionScope-Überladung

Microsoft.VisualStudio.GraphModel-Namespace