IDesignerHost.InTransaction Propriedade
Definição
Obtém um valor que indica se o host do designer está atualmente em uma transação.Gets a value indicating whether the designer host is currently in a transaction.
public:
property bool InTransaction { bool get(); };
public bool InTransaction { get; }
member this.InTransaction : bool
Public ReadOnly Property InTransaction As Boolean
Valor da propriedade
true se uma transação estiver em andamento; caso contrário, false .true if a transaction is in progress; otherwise, false.