Jo Shields a575963da9 Imported Upstream version 3.6.0
Former-commit-id: da6be194a6b1221998fc28233f2503bd61dd9d14
2014-08-13 10:39:27 +01:00

41 lines
1.8 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<Type Name="IDesignerHostTransactionState" FullName="System.ComponentModel.Design.IDesignerHostTransactionState">
<TypeSignature Language="C#" Value="public interface IDesignerHostTransactionState" />
<TypeSignature Language="ILAsm" Value=".class public interface auto ansi abstract IDesignerHostTransactionState" />
<AssemblyInfo>
<AssemblyName>System</AssemblyName>
<AssemblyVersion>4.0.0.0</AssemblyVersion>
</AssemblyInfo>
<Interfaces />
<Docs>
<remarks>
<attribution license="cc4" from="Microsoft" modified="false" />
<para>The methods and properties exposed by the <see cref="T:System.ComponentModel.Design.IDesignerHostTransactionState" /> interface supplement those of the <see cref="T:System.ComponentModel.Design.IDesignerHost" /> interface.</para>
</remarks>
<summary>
<attribution license="cc4" from="Microsoft" modified="false" />
<para>Specifies methods for the designer host to report on the state of transactions.</para>
</summary>
</Docs>
<Members>
<Member MemberName="IsClosingTransaction">
<MemberSignature Language="C#" Value="public bool IsClosingTransaction { get; }" />
<MemberSignature Language="ILAsm" Value=".property instance bool IsClosingTransaction" />
<MemberType>Property</MemberType>
<AssemblyInfo>
<AssemblyVersion>4.0.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Boolean</ReturnType>
</ReturnValue>
<Docs>
<value>To be added.</value>
<remarks>To be added.</remarks>
<summary>
<attribution license="cc4" from="Microsoft" modified="false" />
<para>Gets a value indicating whether the designer host is closing a transaction. </para>
</summary>
</Docs>
</Member>
</Members>
</Type>