DesignerTransactionCloseEventArgs コンストラクター

定義

DesignerTransactionCloseEventArgs クラスの新しいインスタンスを初期化します。

オーバーロード

DesignerTransactionCloseEventArgs(Boolean)
古い.
古い.
古い.

デザイナーがトランザクションに対して DesignerTransactionCloseEventArgs を呼び出したかどうかを示す値を指定して、Commit() クラスの新しいインスタンスを初期化します。

DesignerTransactionCloseEventArgs(Boolean, Boolean)

DesignerTransactionCloseEventArgs クラスの新しいインスタンスを初期化します。

DesignerTransactionCloseEventArgs(Boolean)

ソース:
DesignerTransactionCloseEventArgs.cs
ソース:
DesignerTransactionCloseEventArgs.cs
ソース:
DesignerTransactionCloseEventArgs.cs

注意事項

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

注意事項

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

注意事項

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

デザイナーがトランザクションに対して DesignerTransactionCloseEventArgs を呼び出したかどうかを示す値を指定して、Commit() クラスの新しいインスタンスを初期化します。

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)

パラメーター

commit
Boolean

トランザクションがコミットされたかどうかを示す値。

属性

適用対象

DesignerTransactionCloseEventArgs(Boolean, Boolean)

ソース:
DesignerTransactionCloseEventArgs.cs
ソース:
DesignerTransactionCloseEventArgs.cs
ソース:
DesignerTransactionCloseEventArgs.cs

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)

パラメーター

commit
Boolean

トランザクションがコミットされたかどうかを示す値。

lastTransaction
Boolean

このトランザクションが最後に閉じるトランザクションである場合、true。それ以外の場合は、false

注釈

が のtrue場合commit、プロパティのLastTransaction既定値は になりますtrue

適用対象