IDesignerHostTransactionState.IsClosingTransaction プロパティ

定義

デザイナー ホストがトランザクションを閉じているかどうかを示す値を取得します。

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

プロパティ値

true デザイナーがトランザクションを閉じている場合。それ以外の場合は false

適用対象

こちらもご覧ください