Sdílet prostřednictvím


UndoUnit – konstruktor (IServiceProvider, Context, TransactionCommitHandler, DescriptionHandler)

Vytvoří se jednotka zpět bez transakce, ale s delegátem, který můžete použít k získání transakci později, v případě potřeby.Určuje také delegát, který lze použít k získání popis této akce, aby se zabránilo potvrzení.

Obor názvů:  Microsoft.VisualStudio.Modeling.Shell
Sestavení:  Microsoft.VisualStudio.Modeling.Sdk.Shell.11.0 (v Microsoft.VisualStudio.Modeling.Sdk.Shell.11.0.dll)

Syntaxe

'Deklarace
Public Sub New ( _
    serviceProvider As IServiceProvider, _
    context As Context, _
    commitHandler As TransactionCommitHandler, _
    descriptionHandler As DescriptionHandler _
)
public UndoUnit(
    IServiceProvider serviceProvider,
    Context context,
    TransactionCommitHandler commitHandler,
    DescriptionHandler descriptionHandler
)

Parametry

Zabezpečení rozhraní .NET Framework

Viz také

Referenční dokumentace

UndoUnit Třída

UndoUnit – přetížení

Microsoft.VisualStudio.Modeling.Shell – obor názvů