DesignerTransactionCloseEventArgs.LastTransaction プロパティ

定義

このトランザクションが最後に閉じるトランザクションかどうかを示す値を取得します。

public:
 property bool LastTransaction { bool get(); };
public bool LastTransaction { get; }
member this.LastTransaction : bool
Public ReadOnly Property LastTransaction As Boolean

プロパティ値

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

適用対象