IDesignerHost.InTransaction 속성

정의

디자이너 호스트가 현재 트랜잭션에 있는지 여부를 나타내는 값을 가져옵니다.

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

속성 값

트랜잭션이 처리 중이면 true이고, 그렇지 않으면 false입니다.

적용 대상