DesignerTransactionCloseEventArgs Konstruktory
Definice
Důležité
Některé informace platí pro předběžně vydaný produkt, který se může zásadně změnit, než ho výrobce nebo autor vydá. Microsoft neposkytuje žádné záruky, výslovné ani předpokládané, týkající se zde uváděných informací.
Inicializuje novou instanci DesignerTransactionCloseEventArgs třídy.
Přetížení
DesignerTransactionCloseEventArgs(Boolean) |
Zastaralé.
Zastaralé.
Zastaralé.
Inicializuje novou instanci DesignerTransactionCloseEventArgs třídy pomocí zadané hodnoty, která označuje, zda návrhář volal Commit() na transakci. |
DesignerTransactionCloseEventArgs(Boolean, Boolean) |
Inicializuje novou instanci DesignerTransactionCloseEventArgs třídy. |
DesignerTransactionCloseEventArgs(Boolean)
Upozornění
This constructor is obsolete. Use DesignerTransactionCloseEventArgs(bool, bool) instead. https://go.microsoft.com/fwlink/?linkid=14202
Upozornění
This constructor has been deprecated. Use DesignerTransactionCloseEventArgs(bool, bool) instead.
Upozornění
This constructor is obsolete. Use DesignerTransactionCloseEventArgs(bool, bool) instead. http://go.microsoft.com/fwlink/?linkid=14202
Inicializuje novou instanci DesignerTransactionCloseEventArgs třídy pomocí zadané hodnoty, která označuje, zda návrhář volal Commit() na transakci.
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)
Parametry
- commit
- Boolean
Hodnota označující, zda byla transakce potvrzena.
- Atributy
Platí pro
DesignerTransactionCloseEventArgs(Boolean, Boolean)
Inicializuje novou instanci DesignerTransactionCloseEventArgs třídy.
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)
Parametry
- commit
- Boolean
Hodnota označující, zda byla transakce potvrzena.
- lastTransaction
- Boolean
true
pokud se jedná o poslední transakci k uzavření; v opačném případě . false
Poznámky
Pokud commit
je true
, LastTransaction vlastnost nastaví výchozí hodnotu na true
.