DesignerTransactionCloseEventArgs.TransactionCommitted 속성

정의

디자이너가 트랜잭션을 호출 Commit() 했는지 여부를 나타냅니다.

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

속성 값

디자이너가 트랜잭션을 호출 하면 이고, 그렇지 않으면 .입니다.

적용 대상