a575963da9
Former-commit-id: da6be194a6b1221998fc28233f2503bd61dd9d14
26 lines
978 B
XML
26 lines
978 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<Type Name="WriteHandler" FullName="Microsoft.Build.BuildEngine.WriteHandler">
|
|
<TypeSignature Language="C#" Value="public delegate void WriteHandler(string message);" />
|
|
<AssemblyInfo>
|
|
<AssemblyName>Microsoft.Build.Engine</AssemblyName>
|
|
<AssemblyVersion>2.0.0.0</AssemblyVersion>
|
|
</AssemblyInfo>
|
|
<Base>
|
|
<BaseTypeName>System.Delegate</BaseTypeName>
|
|
</Base>
|
|
<Parameters>
|
|
<Parameter Name="message" Type="System.String" />
|
|
</Parameters>
|
|
<ReturnValue>
|
|
<ReturnType>System.Void</ReturnType>
|
|
</ReturnValue>
|
|
<Docs>
|
|
<param name="message">To be added.</param>
|
|
<remarks>To be added.</remarks>
|
|
<since version="2.0" />
|
|
<summary>
|
|
<attribution license="cc4" from="Microsoft" modified="false" />
|
|
<para>Represents the method that writes strings to a certain location, such as the console window or a window in an integrated development environment. </para>
|
|
</summary>
|
|
</Docs>
|
|
</Type> |