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
- serviceProvider
Typ: System.IServiceProvider
- context
Typ: Microsoft.VisualStudio.Modeling.Context
- commitHandler
Typ: Microsoft.VisualStudio.Modeling.Shell.TransactionCommitHandler
- descriptionHandler
Typ: Microsoft.VisualStudio.Modeling.Shell.DescriptionHandler
Zabezpečení rozhraní .NET Framework
- Plná důvěra přímému volajícímu. Částečně zabezpečený kód nemůže tento člen použít. Další informace naleznete v tématu Používání knihoven z částečně důvěryhodného kódu.