Sdílet prostřednictvím


UndoableGraphTransactionScope – konstruktor (String)

Vytvořte novou UndoableGraphTransactionScope

Obor názvů:  Microsoft.VisualStudio.GraphModel
Sestavení:  Microsoft.VisualStudio.GraphModel (v Microsoft.VisualStudio.GraphModel.dll)

Syntaxe

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

Parametry

  • undoDescription
    Typ: String

    Uživatel zobrazitelný řetězec s popisem

Zabezpečení rozhraní .NET Framework

Viz také

Referenční dokumentace

UndoableGraphTransactionScope Třída

UndoableGraphTransactionScope – přetížení

Microsoft.VisualStudio.GraphModel – obor názvů