DesignerTransactionCloseEventArgs Konstruktoren
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Initialisiert eine neue Instanz der DesignerTransactionCloseEventArgs-Klasse.
Überlädt
DesignerTransactionCloseEventArgs(Boolean) |
Veraltet.
Veraltet.
Veraltet.
Initialisiert eine neue Instanz der DesignerTransactionCloseEventArgs-Klasse unter Verwendung des angegebenen Werts, der angibt, ob der Designer eine Commit()-Methode für die Transaktion aufgerufen hat. |
DesignerTransactionCloseEventArgs(Boolean, Boolean) |
Initialisiert eine neue Instanz der DesignerTransactionCloseEventArgs-Klasse. |
DesignerTransactionCloseEventArgs(Boolean)
Achtung
This constructor is obsolete. Use DesignerTransactionCloseEventArgs(bool, bool) instead. https://go.microsoft.com/fwlink/?linkid=14202
Achtung
This constructor has been deprecated. Use DesignerTransactionCloseEventArgs(bool, bool) instead.
Achtung
This constructor is obsolete. Use DesignerTransactionCloseEventArgs(bool, bool) instead. http://go.microsoft.com/fwlink/?linkid=14202
Initialisiert eine neue Instanz der DesignerTransactionCloseEventArgs-Klasse unter Verwendung des angegebenen Werts, der angibt, ob der Designer eine Commit()-Methode für die Transaktion aufgerufen hat.
public:
DesignerTransactionCloseEventArgs(bool commit);
[System.Obsolete("This constructor is obsolete. Use DesignerTransactionCloseEventArgs(bool, bool) instead. https://go.microsoft.com/fwlink/?linkid=14202")]
public DesignerTransactionCloseEventArgs (bool commit);
[System.Obsolete("This constructor has been deprecated. Use DesignerTransactionCloseEventArgs(bool, bool) instead.")]
public DesignerTransactionCloseEventArgs (bool commit);
[System.Obsolete("This constructor is obsolete. Use DesignerTransactionCloseEventArgs(bool, bool) instead. http://go.microsoft.com/fwlink/?linkid=14202")]
public DesignerTransactionCloseEventArgs (bool commit);
public DesignerTransactionCloseEventArgs (bool commit);
[<System.Obsolete("This constructor is obsolete. Use DesignerTransactionCloseEventArgs(bool, bool) instead. https://go.microsoft.com/fwlink/?linkid=14202")>]
new System.ComponentModel.Design.DesignerTransactionCloseEventArgs : bool -> System.ComponentModel.Design.DesignerTransactionCloseEventArgs
[<System.Obsolete("This constructor has been deprecated. Use DesignerTransactionCloseEventArgs(bool, bool) instead.")>]
new System.ComponentModel.Design.DesignerTransactionCloseEventArgs : bool -> System.ComponentModel.Design.DesignerTransactionCloseEventArgs
[<System.Obsolete("This constructor is obsolete. Use DesignerTransactionCloseEventArgs(bool, bool) instead. http://go.microsoft.com/fwlink/?linkid=14202")>]
new System.ComponentModel.Design.DesignerTransactionCloseEventArgs : bool -> System.ComponentModel.Design.DesignerTransactionCloseEventArgs
new System.ComponentModel.Design.DesignerTransactionCloseEventArgs : bool -> System.ComponentModel.Design.DesignerTransactionCloseEventArgs
Public Sub New (commit As Boolean)
Parameter
- commit
- Boolean
Ein Wert, der angibt, ob die Transaktion durchgeführt wurde.
- Attribute
Gilt für:
DesignerTransactionCloseEventArgs(Boolean, Boolean)
Initialisiert eine neue Instanz der DesignerTransactionCloseEventArgs-Klasse.
public:
DesignerTransactionCloseEventArgs(bool commit, bool lastTransaction);
public DesignerTransactionCloseEventArgs (bool commit, bool lastTransaction);
new System.ComponentModel.Design.DesignerTransactionCloseEventArgs : bool * bool -> System.ComponentModel.Design.DesignerTransactionCloseEventArgs
Public Sub New (commit As Boolean, lastTransaction As Boolean)
Parameter
- commit
- Boolean
Ein Wert, der angibt, ob die Transaktion durchgeführt wurde.
- lastTransaction
- Boolean
true
, wenn es sich um die letzte zu schließende Transaktion handelt, andernfalls false
.
Hinweise
Wenn commit
ist, ist true
die LastTransaction -Eigenschaft standardmäßig auf true
festgelegt.