DesignerTransactionCloseEventArgs Constructeurs

Définition

Initialise une nouvelle instance de la classe DesignerTransactionCloseEventArgs.

Surcharges

DesignerTransactionCloseEventArgs(Boolean)
Obsolète.
Obsolète.
Obsolète.

Initialise une nouvelle instance de la classe DesignerTransactionCloseEventArgs, à l'aide de la valeur spécifiée indiquant si le concepteur a appelé Commit() sur la transaction.

DesignerTransactionCloseEventArgs(Boolean, Boolean)

Initialise une nouvelle instance de la classe DesignerTransactionCloseEventArgs.

DesignerTransactionCloseEventArgs(Boolean)

Source:
DesignerTransactionCloseEventArgs.cs
Source:
DesignerTransactionCloseEventArgs.cs
Source:
DesignerTransactionCloseEventArgs.cs

Attention

This constructor is obsolete. Use DesignerTransactionCloseEventArgs(bool, bool) instead. https://go.microsoft.com/fwlink/?linkid=14202

Attention

This constructor has been deprecated. Use DesignerTransactionCloseEventArgs(bool, bool) instead.

Attention

This constructor is obsolete. Use DesignerTransactionCloseEventArgs(bool, bool) instead. http://go.microsoft.com/fwlink/?linkid=14202

Initialise une nouvelle instance de la classe DesignerTransactionCloseEventArgs, à l'aide de la valeur spécifiée indiquant si le concepteur a appelé Commit() sur la transaction.

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)

Paramètres

commit
Boolean

Valeur indiquant si la transaction a été validée.

Attributs

S’applique à

DesignerTransactionCloseEventArgs(Boolean, Boolean)

Source:
DesignerTransactionCloseEventArgs.cs
Source:
DesignerTransactionCloseEventArgs.cs
Source:
DesignerTransactionCloseEventArgs.cs

Initialise une nouvelle instance de la classe DesignerTransactionCloseEventArgs.

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)

Paramètres

commit
Boolean

Valeur indiquant si la transaction a été validée.

lastTransaction
Boolean

true s'il s'agit de la dernière transaction à fermer ; sinon, false.

Remarques

Si commit a truela valeur , la LastTransaction propriété est définie par défaut sur true.

S’applique à