IDesignerHost.InTransaction プロパティ

定義

デザイナー ホストが現在トランザクションを実行中かどうかを示す値を取得します。

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

プロパティ値

トランザクションを実行中の場合は true。それ以外の場合は false

適用対象