home *** CD-ROM | disk | FTP | other *** search
/ ftp.tcs3.com / ftp.tcs3.com.tar / ftp.tcs3.com / DRIVERS / Audio / Office2010 / InfoPath.en-us / InfLR.cab / FL_Microsoft_Build_Framework_xml_122737_ENU____.3643236F_FC70_11D3_A536_0090278A1BB8 < prev    next >
Extensible Markup Language  |  2009-05-23  |  57KB  |  726 lines

  1. ∩╗┐<?xml version="1.0" encoding="utf-8"?>
  2. <doc>
  3.     <assembly>
  4.         <name>Microsoft.Build.Framework</name>
  5.     </assembly>
  6.     <members>
  7.         <member name="N:Microsoft.Build.Framework">
  8.             <summary>The <see cref="N:Microsoft.Build.Framework"></see> namespace contains the types that define how tasks and loggers interact with the MSBuild engine.</summary>
  9.         </member>
  10.         <member name="T:Microsoft.Build.Framework.AnyEventHandler">
  11.             <summary>Represents the method that will handle the <see cref="E:Microsoft.Build.Framework.IEventSource.AnyEventRaised"></see> event of a build.</summary>
  12.         </member>
  13.         <member name="T:Microsoft.Build.Framework.BuildErrorEventArgs">
  14.             <summary>Provides data for the <see cref="E:Microsoft.Build.Framework.IEventSource.ErrorRaised"></see> event.</summary>
  15.         </member>
  16.         <member name="M:Microsoft.Build.Framework.BuildErrorEventArgs.#ctor">
  17.             <summary>Initializes a new instance of the <see cref="T:Microsoft.Build.Framework.BuildErrorEventArgs"></see> class.</summary>
  18.         </member>
  19.         <member name="M:Microsoft.Build.Framework.BuildErrorEventArgs.#ctor(System.String,System.String,System.String,System.Int32,System.Int32,System.Int32,System.Int32,System.String,System.String,System.String)">
  20.             <summary>Initializes a new instance of the <see cref="T:Microsoft.Build.Framework.BuildErrorEventArgs"></see> class with the specified <see cref="P:Microsoft.Build.Framework.BuildErrorEventArgs.SubCategory"></see>, <see cref="P:Microsoft.Build.Framework.BuildErrorEventArgs.Code"></see>, <see cref="P:Microsoft.Build.Framework.BuildErrorEventArgs.File"></see>, <see cref="P:Microsoft.Build.Framework.BuildErrorEventArgs.LineNumber"></see>, <see cref="P:Microsoft.Build.Framework.BuildErrorEventArgs.ColumnNumber"></see>, <see cref="P:Microsoft.Build.Framework.BuildErrorEventArgs.EndLineNumber"></see>, <see cref="P:Microsoft.Build.Framework.BuildErrorEventArgs.EndColumnNumber"></see>, <see cref="P:Microsoft.Build.Framework.BuildEventArgs.Message"></see>, <see cref="P:Microsoft.Build.Framework.BuildEventArgs.HelpKeyword"></see>, and <see cref="P:Microsoft.Build.Framework.BuildEventArgs.SenderName"></see> values.</summary>
  21.             <param name="file">The name of the file associated with the event.</param>
  22.             <param name="subcategory">The custom subcategory of the event.</param>
  23.             <param name="message">The text of the event.</param>
  24.             <param name="helpKeyword">The Help keyword associated with the event.</param>
  25.             <param name="columnNumber">The column number that corresponds to the beginning of the section of code that raised the event.</param>
  26.             <param name="code">The error code of the event.</param>
  27.             <param name="endLineNumber">The line number that corresponds to the end of the section of code that raised the event.</param>
  28.             <param name="senderName">The source of the event.</param>
  29.             <param name="endColumnNumber">The column number that corresponds to the end of the section of code that raised the event.</param>
  30.             <param name="lineNumber">The line number that corresponds to the beginning of the section of code that raised the event.</param>
  31.         </member>
  32.         <member name="P:Microsoft.Build.Framework.BuildErrorEventArgs.Code">
  33.             <summary>Gets the error code of the event.</summary>
  34.             <returns>The error code of the event.</returns>
  35.         </member>
  36.         <member name="P:Microsoft.Build.Framework.BuildErrorEventArgs.ColumnNumber">
  37.             <summary>Gets the column number that corresponds to the beginning of the section of code that raised the event.</summary>
  38.             <returns>The column number that corresponds to the beginning of the section of code that raised the event.</returns>
  39.         </member>
  40.         <member name="P:Microsoft.Build.Framework.BuildErrorEventArgs.EndColumnNumber">
  41.             <summary>Gets the column number that corresponds to the end of the section of code that raised the event.</summary>
  42.             <returns>The column number that corresponds to the end of the section of code that raised the event.</returns>
  43.         </member>
  44.         <member name="P:Microsoft.Build.Framework.BuildErrorEventArgs.EndLineNumber">
  45.             <summary>Gets the line number that corresponds to the end of the section of code that raised the event.</summary>
  46.             <returns>The line number that corresponds to the end of the section of code that raised the event.</returns>
  47.         </member>
  48.         <member name="P:Microsoft.Build.Framework.BuildErrorEventArgs.File">
  49.             <summary>Gets the name of the file that raised the event.</summary>
  50.             <returns>The name of the file that raised the event.</returns>
  51.         </member>
  52.         <member name="P:Microsoft.Build.Framework.BuildErrorEventArgs.LineNumber">
  53.             <summary>Gets the line number that corresponds to the beginning of the section of code that raised the event.</summary>
  54.             <returns>The line number that corresponds to the beginning of the section of code that raised the event.</returns>
  55.         </member>
  56.         <member name="P:Microsoft.Build.Framework.BuildErrorEventArgs.Subcategory">
  57.             <summary>Gets the custom subtype of the event.</summary>
  58.             <returns>The custom subtype of the event.</returns>
  59.         </member>
  60.         <member name="T:Microsoft.Build.Framework.BuildErrorEventHandler">
  61.             <summary>Represents the method that will handle the <see cref="E:Microsoft.Build.Framework.IEventSource.ErrorRaised"></see> event of a build.</summary>
  62.         </member>
  63.         <member name="T:Microsoft.Build.Framework.BuildEventArgs">
  64.             <summary>Provides data for the <see cref="E:Microsoft.Build.Framework.IEventSource.AnyEventRaised"></see> event.</summary>
  65.         </member>
  66.         <member name="M:Microsoft.Build.Framework.BuildEventArgs.#ctor">
  67.             <summary>Initializes a new instance of the <see cref="T:Microsoft.Build.Framework.BuildEventArgs"></see> class.</summary>
  68.         </member>
  69.         <member name="M:Microsoft.Build.Framework.BuildEventArgs.#ctor(System.String,System.String,System.String)">
  70.             <summary>Initializes a new instance of the <see cref="T:Microsoft.Build.Framework.BuildEventArgs"></see> class with the specified <see cref="P:Microsoft.Build.Framework.BuildEventArgs.Message"></see>, <see cref="P:Microsoft.Build.Framework.BuildEventArgs.HelpKeyword"></see>, and <see cref="P:Microsoft.Build.Framework.BuildEventArgs.SenderName"></see> values.</summary>
  71.             <param name="message">The text of the event.</param>
  72.             <param name="helpKeyword">The Help keyword associated with the event.</param>
  73.             <param name="senderName">The source of the event.</param>
  74.         </member>
  75.         <member name="P:Microsoft.Build.Framework.BuildEventArgs.HelpKeyword">
  76.             <summary>Gets the Help keyword for the event.</summary>
  77.             <returns>The Help keyword for the event.</returns>
  78.         </member>
  79.         <member name="P:Microsoft.Build.Framework.BuildEventArgs.Message">
  80.             <summary>Gets the message for the event.</summary>
  81.             <returns>The message for the event.</returns>
  82.         </member>
  83.         <member name="P:Microsoft.Build.Framework.BuildEventArgs.SenderName">
  84.             <summary>Gets the name of the <see cref="T:System.Object"></see> raising the event.</summary>
  85.             <returns>The name of the <see cref="T:System.Object"></see> raising the event.</returns>
  86.         </member>
  87.         <member name="P:Microsoft.Build.Framework.BuildEventArgs.ThreadId">
  88.             <summary>Gets an integer identifier for the thread that raised the event.</summary>
  89.             <returns>An integer identifier for the thread that raised the event.</returns>
  90.         </member>
  91.         <member name="P:Microsoft.Build.Framework.BuildEventArgs.Timestamp">
  92.             <summary>Gets the time the event was raised as a <see cref="T:System.DateTime"></see>.</summary>
  93.             <returns>The time the event was raised as a <see cref="T:System.DateTime"></see>.</returns>
  94.         </member>
  95.         <member name="T:Microsoft.Build.Framework.BuildFinishedEventArgs">
  96.             <summary>Provides data for the <see cref="E:Microsoft.Build.Framework.IEventSource.BuildFinished"></see> event.</summary>
  97.         </member>
  98.         <member name="M:Microsoft.Build.Framework.BuildFinishedEventArgs.#ctor">
  99.             <summary>Initializes a new instance of the <see cref="T:Microsoft.Build.Framework.BuildFinishedEventArgs"></see> class.</summary>
  100.         </member>
  101.         <member name="M:Microsoft.Build.Framework.BuildFinishedEventArgs.#ctor(System.String,System.String,System.Boolean)">
  102.             <summary>Initializes a new instance of the <see cref="T:Microsoft.Build.Framework.BuildFinishedEventArgs"></see> class with the specified <see cref="P:Microsoft.Build.Framework.BuildEventArgs.Message"></see>, <see cref="P:Microsoft.Build.Framework.BuildEventArgs.HelpKeyword"></see>, and <see cref="P:Microsoft.Build.Framework.BuildFinishedEventArgs.Succeeded"></see> values.</summary>
  103.             <param name="message">The text of the event.</param>
  104.             <param name="helpKeyword">The Help keyword associated with the event.</param>
  105.             <param name="succeeded">true to indicate the build succeeded; otherwise, false.</param>
  106.         </member>
  107.         <member name="P:Microsoft.Build.Framework.BuildFinishedEventArgs.Succeeded">
  108.             <summary>Gets or sets a value indicating whether the build succeeded.</summary>
  109.             <returns>true to indicate the build succeeded; otherwise, false.</returns>
  110.         </member>
  111.         <member name="T:Microsoft.Build.Framework.BuildFinishedEventHandler">
  112.             <summary>Represents the method that will handle the <see cref="E:Microsoft.Build.Framework.IEventSource.BuildFinished"></see> event of a build.</summary>
  113.         </member>
  114.         <member name="T:Microsoft.Build.Framework.BuildMessageEventArgs">
  115.             <summary>Provides data for the <see cref="E:Microsoft.Build.Framework.IEventSource.MessageRaised"></see> event.</summary>
  116.         </member>
  117.         <member name="M:Microsoft.Build.Framework.BuildMessageEventArgs.#ctor">
  118.             <summary>Initializes a new instance of the <see cref="T:Microsoft.Build.Framework.BuildMessageEventArgs"></see> class.</summary>
  119.         </member>
  120.         <member name="M:Microsoft.Build.Framework.BuildMessageEventArgs.#ctor(System.String,System.String,System.String,Microsoft.Build.Framework.MessageImportance)">
  121.             <summary>Initializes a new instance of the <see cref="T:Microsoft.Build.Framework.BuildMessageEventArgs"></see> class with the specified <see cref="P:Microsoft.Build.Framework.BuildEventArgs.Message"></see>, <see cref="P:Microsoft.Build.Framework.BuildEventArgs.HelpKeyword"></see>, <see cref="P:Microsoft.Build.Framework.BuildEventArgs.SenderName"></see>, and <see cref="P:Microsoft.Build.Framework.BuildEventArgs.Importance"></see> values.</summary>
  122.             <param name="importance">A <see cref="T:Microsoft.Build.Framework.MessageImportance"></see> value indicating the importance of the event.</param>
  123.             <param name="message">The text of the event.</param>
  124.             <param name="helpKeyword">The Help keyword associated with the event.</param>
  125.             <param name="senderName">The source of the event.</param>
  126.         </member>
  127.         <member name="P:Microsoft.Build.Framework.BuildMessageEventArgs.Importance">
  128.             <summary>Gets the importance of the event.</summary>
  129.             <returns>A <see cref="T:Microsoft.Build.Framework.MessageImportance"></see> value indicating the importance of the event.</returns>
  130.         </member>
  131.         <member name="T:Microsoft.Build.Framework.BuildMessageEventHandler">
  132.             <summary>Represents the method that will handle the <see cref="E:Microsoft.Build.Framework.IEventSource.MessageRaised"></see> event of a build.</summary>
  133.         </member>
  134.         <member name="T:Microsoft.Build.Framework.BuildStartedEventArgs">
  135.             <summary>Provides data for the <see cref="E:Microsoft.Build.Framework.IEventSource.BuildStarted"></see> event.</summary>
  136.         </member>
  137.         <member name="M:Microsoft.Build.Framework.BuildStartedEventArgs.#ctor">
  138.             <summary>Initializes a new instance of the <see cref="T:Microsoft.Build.Framework.BuildStartedEventArgs"></see> class.</summary>
  139.         </member>
  140.         <member name="M:Microsoft.Build.Framework.BuildStartedEventArgs.#ctor(System.String,System.String)">
  141.             <summary>Initializes a new instance of the <see cref="T:Microsoft.Build.Framework.BuildStartedEventArgs"></see> class with the specified message and Help keyword.</summary>
  142.             <param name="message">The text of the event.</param>
  143.             <param name="helpKeyword">The Help keyword associated with the event.</param>
  144.         </member>
  145.         <member name="T:Microsoft.Build.Framework.BuildStartedEventHandler">
  146.             <summary>Represents the method that will handle the <see cref="E:Microsoft.Build.Framework.IEventSource.BuildStarted"></see> event of a build. </summary>
  147.         </member>
  148.         <member name="T:Microsoft.Build.Framework.BuildStatusEventArgs">
  149.             <summary>Provides data for the <see cref="E:Microsoft.Build.Framework.IEventSource.StatusEventRaised"></see> event.</summary>
  150.         </member>
  151.         <member name="M:Microsoft.Build.Framework.BuildStatusEventArgs.#ctor">
  152.             <summary>Initializes a new instance of the <see cref="T:Microsoft.Build.Framework.BuildStatusEventArgs"></see> class.</summary>
  153.         </member>
  154.         <member name="M:Microsoft.Build.Framework.BuildStatusEventArgs.#ctor(System.String,System.String,System.String)">
  155.             <summary>Initializes a new instance of the <see cref="T:Microsoft.Build.Framework.BuildStatusEventArgs"></see> class with the specified <see cref="P:Microsoft.Build.Framework.BuildEventArgs.Message"></see>, <see cref="P:Microsoft.Build.Framework.BuildEventArgs.HelpKeyword"></see>, and <see cref="P:Microsoft.Build.Framework.BuildEventArgs.SenderName"></see> values.</summary>
  156.             <param name="message">The text of the event.</param>
  157.             <param name="helpKeyword">The Help keyword associated with the event.</param>
  158.             <param name="senderName">The source of the event.</param>
  159.         </member>
  160.         <member name="T:Microsoft.Build.Framework.BuildStatusEventHandler">
  161.             <summary>Represents the method that will handle the <see cref="E:Microsoft.Build.Framework.IEventSource.StatusEventRaised"></see> event of a build. </summary>
  162.         </member>
  163.         <member name="T:Microsoft.Build.Framework.BuildWarningEventArgs">
  164.             <summary>Provides data for the <see cref="E:Microsoft.Build.Framework.IEventSource.WarningRaised"></see> event.</summary>
  165.         </member>
  166.         <member name="M:Microsoft.Build.Framework.BuildWarningEventArgs.#ctor">
  167.             <summary>Initializes a new instance of the <see cref="T:Microsoft.Build.Framework.BuildWarningEventArgs"></see> class.</summary>
  168.         </member>
  169.         <member name="M:Microsoft.Build.Framework.BuildWarningEventArgs.#ctor(System.String,System.String,System.String,System.Int32,System.Int32,System.Int32,System.Int32,System.String,System.String,System.String)">
  170.             <summary>Initializes a new instance of the <see cref="T:Microsoft.Build.Framework.BuildWarningEventArgs"></see> class with the specified <see cref="P:Microsoft.Build.Framework.BuildWarningEventArgs.SubCategory"></see>, <see cref="P:Microsoft.Build.Framework.BuildWarningEventArgs.Code"></see>, <see cref="P:Microsoft.Build.Framework.BuildWarningEventArgs.File"></see>, <see cref="P:Microsoft.Build.Framework.BuildWarningEventArgs.LineNumber"></see>, <see cref="P:Microsoft.Build.Framework.BuildWarningEventArgs.ColumnNumber"></see>, <see cref="P:Microsoft.Build.Framework.BuildWarningEventArgs.EndLineNumber"></see>, <see cref="P:Microsoft.Build.Framework.BuildWarningEventArgs.EndColumnNumber"></see>, <see cref="P:Microsoft.Build.Framework.BuildEventArgs.Message"></see>, <see cref="P:Microsoft.Build.Framework.BuildEventArgs.HelpKeyword"></see>, and <see cref="P:Microsoft.Build.Framework.BuildEventArgs.SenderName"></see> values.</summary>
  171.             <param name="file">The name of the file associated with the event.</param>
  172.             <param name="subcategory">The custom subcategory of the event.</param>
  173.             <param name="message">The text of the event.</param>
  174.             <param name="helpKeyword">The Help keyword associated with the event.</param>
  175.             <param name="columnNumber">The column number that corresponds to the beginning of the section of code that raised the event.</param>
  176.             <param name="code">The warning code of the event.</param>
  177.             <param name="endLineNumber">The line number that corresponds to the end of the section of code that raised the event.</param>
  178.             <param name="senderName">The source of the event.</param>
  179.             <param name="endColumnNumber">The column number that corresponds to the end of the section of code that raised the event.</param>
  180.             <param name="lineNumber">The line number that corresponds to the beginning of the section of code that raised the event.</param>
  181.         </member>
  182.         <member name="P:Microsoft.Build.Framework.BuildWarningEventArgs.Code">
  183.             <summary>Gets the warning code of the event.</summary>
  184.             <returns>The warning code of the event.</returns>
  185.         </member>
  186.         <member name="P:Microsoft.Build.Framework.BuildWarningEventArgs.ColumnNumber">
  187.             <summary>Gets the column number that corresponds to the beginning of the section of code that raised the event.</summary>
  188.             <returns>The column number that corresponds to the beginning of the section of code that raised the event.</returns>
  189.         </member>
  190.         <member name="P:Microsoft.Build.Framework.BuildWarningEventArgs.EndColumnNumber">
  191.             <summary>Gets the column number that corresponds to the end of the section of code that raised the event.</summary>
  192.             <returns>The column number that corresponds to the end of the section of code that raised the event.</returns>
  193.         </member>
  194.         <member name="P:Microsoft.Build.Framework.BuildWarningEventArgs.EndLineNumber">
  195.             <summary>Gets the line number that corresponds to the end of the section of code that raised the event.</summary>
  196.             <returns>The line number that corresponds to the end of the section of code that raised the event.</returns>
  197.         </member>
  198.         <member name="P:Microsoft.Build.Framework.BuildWarningEventArgs.File">
  199.             <summary>Gets the name of the file that raised the event.</summary>
  200.             <returns>The name of the file that raised the event.</returns>
  201.         </member>
  202.         <member name="P:Microsoft.Build.Framework.BuildWarningEventArgs.LineNumber">
  203.             <summary>Gets the line number that corresponds to the beginning of the section of code that raised the event.</summary>
  204.             <returns>The line number that corresponds to the beginning of the section of code that raised the event.</returns>
  205.         </member>
  206.         <member name="P:Microsoft.Build.Framework.BuildWarningEventArgs.Subcategory">
  207.             <summary>Gets the custom subcategory of the event.</summary>
  208.             <returns>The custom subcategory of the event.</returns>
  209.         </member>
  210.         <member name="T:Microsoft.Build.Framework.BuildWarningEventHandler">
  211.             <summary>Represents the method that will handle the <see cref="E:Microsoft.Build.Framework.IEventSource.WarningRaised"></see> event of a build.</summary>
  212.         </member>
  213.         <member name="T:Microsoft.Build.Framework.CustomBuildEventArgs">
  214.             <summary>Provides data for the <see cref="E:Microsoft.Build.Framework.IEventSource.CustomEventRaised"></see> event.</summary>
  215.         </member>
  216.         <member name="M:Microsoft.Build.Framework.CustomBuildEventArgs.#ctor">
  217.             <summary>Initializes a new instance of the <see cref="T:Microsoft.Build.Framework.CustomBuildEventArgs"></see> class.</summary>
  218.         </member>
  219.         <member name="M:Microsoft.Build.Framework.CustomBuildEventArgs.#ctor(System.String,System.String,System.String)">
  220.             <summary>Initializes a new instance of the <see cref="T:Microsoft.Build.Framework.CustomBuildEventArgs"></see> class with the specified <see cref="P:Microsoft.Build.Framework.BuildEventArgs.Message"></see>, <see cref="P:Microsoft.Build.Framework.BuildEventArgs.HelpKeyword"></see>, and <see cref="P:Microsoft.Build.Framework.BuildEventArgs.SenderName"></see> values.</summary>
  221.             <param name="message">The text of the event.</param>
  222.             <param name="helpKeyword">The Help keyword associated with the event.</param>
  223.             <param name="senderName">The source of the event.</param>
  224.         </member>
  225.         <member name="T:Microsoft.Build.Framework.CustomBuildEventHandler">
  226.             <summary>Represents the method that will handle the <see cref="E:Microsoft.Build.Framework.IEventSource.CustomEventRaised"></see> event of a build.</summary>
  227.         </member>
  228.         <member name="T:Microsoft.Build.Framework.ExternalProjectFinishedEventArgs">
  229.             <summary>Provides data for the <see cref="E:Microsoft.Build.Framework.IEventSource.CustomEventRaised"></see> event.</summary>
  230.         </member>
  231.         <member name="M:Microsoft.Build.Framework.ExternalProjectFinishedEventArgs.#ctor">
  232.             <summary>Initializes a new instance of the <see cref="T:Microsoft.Build.Framework.ExternalProjectFinishedEventArgs"></see> class.</summary>
  233.         </member>
  234.         <member name="M:Microsoft.Build.Framework.ExternalProjectFinishedEventArgs.#ctor(System.String,System.String,System.String,System.String,System.Boolean)">
  235.             <summary>Initializes a new instance of the <see cref="T:Microsoft.Build.Framework.ExternalProjectFinishedEventArgs"></see> class, with the specified values.</summary>
  236.             <param name="message">The text of the event.</param>
  237.             <param name="helpKeyword">The Help keyword associated with the event.</param>
  238.             <param name="projectFile">The project file name.</param>
  239.             <param name="senderName">The source of the event.</param>
  240.             <param name="succeeded">true to indicate that the project built successfully; otherwise false.</param>
  241.         </member>
  242.         <member name="P:Microsoft.Build.Framework.ExternalProjectFinishedEventArgs.ProjectFile">
  243.             <summary>Gets the project file name that raised the event.</summary>
  244.             <returns>The project file name that raised the event.</returns>
  245.         </member>
  246.         <member name="P:Microsoft.Build.Framework.ExternalProjectFinishedEventArgs.Succeeded">
  247.             <summary>Gets a value indicating whether the build succeeded.</summary>
  248.             <returns>true if the build succeeded; otherwise, false.</returns>
  249.         </member>
  250.         <member name="T:Microsoft.Build.Framework.ExternalProjectStartedEventArgs">
  251.             <summary>Provides data for the <see cref="E:Microsoft.Build.Framework.IEventSource.CustomEventRaised"></see> event.</summary>
  252.         </member>
  253.         <member name="M:Microsoft.Build.Framework.ExternalProjectStartedEventArgs.#ctor">
  254.             <summary>Initializes a new instance of the <see cref="T:Microsoft.Build.Framework.ExternalProjectStartedEventArgs"></see> class.</summary>
  255.         </member>
  256.         <member name="M:Microsoft.Build.Framework.ExternalProjectStartedEventArgs.#ctor(System.String,System.String,System.String,System.String,System.String)">
  257.             <summary>Initializes a new instance of the <see cref="T:Microsoft.Build.Framework.ExternalProjectFinishedEventArgs"></see> class, with the specified values.</summary>
  258.             <param name="message">The text of the event.</param>
  259.             <param name="helpKeyword">The Help keyword associated with the event.</param>
  260.             <param name="projectFile">The project file name.</param>
  261.             <param name="senderName">The source of the event.</param>
  262.             <param name="targetNames">The names of the targets to build in the external project. This can be a null reference (Nothing in Visual Basic) if the external project is being built with the default targets.</param>
  263.         </member>
  264.         <member name="P:Microsoft.Build.Framework.ExternalProjectStartedEventArgs.ProjectFile">
  265.             <summary>Gets the project file that raised the event.</summary>
  266.             <returns>The project file that raised the event.</returns>
  267.         </member>
  268.         <member name="P:Microsoft.Build.Framework.ExternalProjectStartedEventArgs.TargetNames">
  269.             <summary>Gets the target names that are being built in the project.</summary>
  270.             <returns>The names of the targets being built in the external project. This can be a null reference (Nothing in Visual Basic) if the external project is being built with the default target.</returns>
  271.         </member>
  272.         <member name="T:Microsoft.Build.Framework.IBuildEngine">
  273.             <summary>Provides a way for task authors to use a subset of the functionality of the MSBuild engine.</summary>
  274.         </member>
  275.         <member name="M:Microsoft.Build.Framework.IBuildEngine.BuildProjectFile(System.String,System.String[],System.Collections.IDictionary,System.Collections.IDictionary)">
  276.             <summary>Initiates a build of a project file. If the build is successful, the outputs, if any, of the specified targets are returned.</summary>
  277.             <returns>true if the build was successful; otherwise, false.</returns>
  278.             <param name="projectFileName">The name of the project file to build.</param>
  279.             <param name="targetOutputs">The outputs of each specified target.</param>
  280.             <param name="targetNames">The names of the target in the project to build. Separate multiple targets with a semicolon (;).</param>
  281.             <param name="globalProperties">An <see cref="T:System.Collections.IDictionary"></see> of additional global properties to apply to the project. The key and value must be String data types.</param>
  282.         </member>
  283.         <member name="M:Microsoft.Build.Framework.IBuildEngine.LogCustomEvent(Microsoft.Build.Framework.CustomBuildEventArgs)">
  284.             <summary>Raises a custom event to all registered loggers.</summary>
  285.             <param name="e">The event data.</param>
  286.         </member>
  287.         <member name="M:Microsoft.Build.Framework.IBuildEngine.LogErrorEvent(Microsoft.Build.Framework.BuildErrorEventArgs)">
  288.             <summary>Raises an error event to all registered loggers.</summary>
  289.             <param name="e">The event data.</param>
  290.         </member>
  291.         <member name="M:Microsoft.Build.Framework.IBuildEngine.LogMessageEvent(Microsoft.Build.Framework.BuildMessageEventArgs)">
  292.             <summary>Raises a message event to all registered loggers.</summary>
  293.             <param name="e">The event data.</param>
  294.         </member>
  295.         <member name="M:Microsoft.Build.Framework.IBuildEngine.LogWarningEvent(Microsoft.Build.Framework.BuildWarningEventArgs)">
  296.             <summary>Raises a warning event to all registered loggers.</summary>
  297.             <param name="e">The event data.</param>
  298.         </member>
  299.         <member name="P:Microsoft.Build.Framework.IBuildEngine.ColumnNumberOfTaskNode">
  300.             <summary>Gets the line number of the task node within the project file that called it.</summary>
  301.             <returns>The line number of the task node within the project file that called it.</returns>
  302.         </member>
  303.         <member name="P:Microsoft.Build.Framework.IBuildEngine.ContinueOnError">
  304.             <summary>Returns true if the ContinueOnError flag was set to true for this particular task in the project file.</summary>
  305.             <returns>true if the ContinueOnError flag was set to true for this particular task in the project file.</returns>
  306.         </member>
  307.         <member name="P:Microsoft.Build.Framework.IBuildEngine.LineNumberOfTaskNode">
  308.             <summary>Gets the line number of the task node within the project file that called it.</summary>
  309.             <returns>The line number of the task node within the project file that called it.</returns>
  310.         </member>
  311.         <member name="P:Microsoft.Build.Framework.IBuildEngine.ProjectFileOfTaskNode">
  312.             <summary>Gets the full path to the project file that contained the call to this task.</summary>
  313.             <returns>The full path to the project file that contained the call to this task.</returns>
  314.         </member>
  315.         <member name="T:Microsoft.Build.Framework.IEventSource">
  316.             <summary>Defines the events raised by the build engine. Loggers receive an object implementing this interface in their <see cref="M:Microsoft.Build.Framework.ILogger.Initialize(Microsoft.Build.Framework.IEventSource)"></see> method and use it to subscribe to the events they are interested in receiving.</summary>
  317.         </member>
  318.         <member name="E:Microsoft.Build.Framework.IEventSource.AnyEventRaised">
  319.             <summary>Occurs when a build raises any other type of build event.</summary>
  320.         </member>
  321.         <member name="E:Microsoft.Build.Framework.IEventSource.BuildFinished">
  322.             <summary>Occurs when a build finishes.</summary>
  323.         </member>
  324.         <member name="E:Microsoft.Build.Framework.IEventSource.BuildStarted">
  325.             <summary>Occurs when a build starts.</summary>
  326.         </member>
  327.         <member name="E:Microsoft.Build.Framework.IEventSource.CustomEventRaised">
  328.             <summary>Occurs when a build raises a custom event.</summary>
  329.         </member>
  330.         <member name="E:Microsoft.Build.Framework.IEventSource.ErrorRaised">
  331.             <summary>Occurs when a build raises an error.</summary>
  332.         </member>
  333.         <member name="E:Microsoft.Build.Framework.IEventSource.MessageRaised">
  334.             <summary>Occurs when a build raises a message.</summary>
  335.         </member>
  336.         <member name="E:Microsoft.Build.Framework.IEventSource.ProjectFinished">
  337.             <summary>Occurs when a project finishes building.</summary>
  338.         </member>
  339.         <member name="E:Microsoft.Build.Framework.IEventSource.ProjectStarted">
  340.             <summary>Occurs when a project starts building.</summary>
  341.         </member>
  342.         <member name="E:Microsoft.Build.Framework.IEventSource.StatusEventRaised">
  343.             <summary>Occurs when a build raises a status event.</summary>
  344.         </member>
  345.         <member name="E:Microsoft.Build.Framework.IEventSource.TargetFinished">
  346.             <summary>Occurs when a target finishes building.</summary>
  347.         </member>
  348.         <member name="E:Microsoft.Build.Framework.IEventSource.TargetStarted">
  349.             <summary>Occurs when a target starts building.</summary>
  350.         </member>
  351.         <member name="E:Microsoft.Build.Framework.IEventSource.TaskFinished">
  352.             <summary>Occurs when a task completes execution.</summary>
  353.         </member>
  354.         <member name="E:Microsoft.Build.Framework.IEventSource.TaskStarted">
  355.             <summary>Occurs when a task begins execution.</summary>
  356.         </member>
  357.         <member name="E:Microsoft.Build.Framework.IEventSource.WarningRaised">
  358.             <summary>Occurs when a build raises a warning.</summary>
  359.         </member>
  360.         <member name="T:Microsoft.Build.Framework.ILogger">
  361.             <summary>Defines an MSBuild logger, which subscribes to build system events.</summary>
  362.         </member>
  363.         <member name="M:Microsoft.Build.Framework.ILogger.Initialize(Microsoft.Build.Framework.IEventSource)">
  364.             <summary>Subscribes loggers to specific events. This method is called when the logger is registered with the build engine, before any events are raised.</summary>
  365.             <param name="eventSource">The events available to loggers.</param>
  366.         </member>
  367.         <member name="M:Microsoft.Build.Framework.ILogger.Shutdown">
  368.             <summary>Releases the resources allocated to the logger at the time of initialization or during the build. This method is called when the logger is unregistered from the engine, after all events are raised. A host of MSBuild typically unregisters loggers immediately before quitting.</summary>
  369.         </member>
  370.         <member name="P:Microsoft.Build.Framework.ILogger.Parameters">
  371.             <summary>Gets or sets the user-defined parameters of the logger. </summary>
  372.             <returns>The logger parameters.</returns>
  373.         </member>
  374.         <member name="P:Microsoft.Build.Framework.ILogger.Verbosity">
  375.             <summary>Gets or sets the level of detail to show in the event log.</summary>
  376.             <returns>One of the enumeration values. The default is <see cref="F:Microsoft.Build.Framework.LoggerVerbosity.Normal"></see>.</returns>
  377.         </member>
  378.         <member name="T:Microsoft.Build.Framework.ITask">
  379.             <summary>Defines a task, which is a unit of executable code used by MSBuild to perform build operations.</summary>
  380.         </member>
  381.         <member name="M:Microsoft.Build.Framework.ITask.Execute">
  382.             <summary>Executes a task.</summary>
  383.             <returns>true if the task executed successfully; otherwise, false.</returns>
  384.         </member>
  385.         <member name="P:Microsoft.Build.Framework.ITask.BuildEngine">
  386.             <summary>Gets or sets the build engine associated with the task.</summary>
  387.             <returns>The build engine associated with the task.</returns>
  388.         </member>
  389.         <member name="P:Microsoft.Build.Framework.ITask.HostObject">
  390.             <summary>Gets or sets any host object that is associated with the task.</summary>
  391.             <returns>The host object associated with the task.</returns>
  392.         </member>
  393.         <member name="T:Microsoft.Build.Framework.ITaskHost">
  394.             <summary>Passes host objects from an integrated development environment (IDE) to individual tasks.</summary>
  395.         </member>
  396.         <member name="T:Microsoft.Build.Framework.ITaskItem">
  397.             <summary>Defines an MSBuild item that can be consumed and emitted by tasks.</summary>
  398.         </member>
  399.         <member name="M:Microsoft.Build.Framework.ITaskItem.CloneCustomMetadata">
  400.             <summary>Gets the collection of custom metadata.</summary>
  401.             <returns>The collection of custom metadata.</returns>
  402.         </member>
  403.         <member name="M:Microsoft.Build.Framework.ITaskItem.CopyMetadataTo(Microsoft.Build.Framework.ITaskItem)">
  404.             <summary>Copies the custom metadata entries to another item.</summary>
  405.             <param name="destinationItem">The item to copy the metadata entries to.</param>
  406.         </member>
  407.         <member name="M:Microsoft.Build.Framework.ITaskItem.GetMetadata(System.String)">
  408.             <summary>Gets the value of the specified metadata entry.</summary>
  409.             <returns>The value of the attributeName metadata.</returns>
  410.             <param name="metadataName">The name of the metadata entry.</param>
  411.         </member>
  412.         <member name="M:Microsoft.Build.Framework.ITaskItem.RemoveMetadata(System.String)">
  413.             <summary>Removes the specified metadata entry from the item.</summary>
  414.             <param name="metadataName">The name of the metadata entry to remove.</param>
  415.         </member>
  416.         <member name="M:Microsoft.Build.Framework.ITaskItem.SetMetadata(System.String,System.String)">
  417.             <summary>Adds or changes a custom metadata entry to the item.</summary>
  418.             <param name="metadataValue">The value of the metadata entry.</param>
  419.             <param name="metadataName">The name of the metadata entry.</param>
  420.         </member>
  421.         <member name="P:Microsoft.Build.Framework.ITaskItem.ItemSpec">
  422.             <summary>Gets or sets the item specification.</summary>
  423.             <returns>The item specification.</returns>
  424.         </member>
  425.         <member name="P:Microsoft.Build.Framework.ITaskItem.MetadataCount">
  426.             <summary>Gets the number of metadata entries associated with the item.</summary>
  427.             <returns>The number of metadata entries associated with the item.</returns>
  428.         </member>
  429.         <member name="P:Microsoft.Build.Framework.ITaskItem.MetadataNames">
  430.             <summary>Gets the names of the metadata entries associated with the item.</summary>
  431.             <returns>The names of the metadata entries associated with the item.</returns>
  432.         </member>
  433.         <member name="T:Microsoft.Build.Framework.LoadInSeparateAppDomainAttribute">
  434.             <summary>Defines the metadata attribute that MSBuild uses to identify tasks that must be executed in their own application domains.</summary>
  435.         </member>
  436.         <member name="M:Microsoft.Build.Framework.LoadInSeparateAppDomainAttribute.#ctor">
  437.             <summary>Initializes a new instance of the <see cref="T:Microsoft.Build.Framework.LoadInSeparateAppDomainAttribute"></see> class.</summary>
  438.         </member>
  439.         <member name="T:Microsoft.Build.Framework.LoggerException">
  440.             <summary>Allows a logger to force the build to stop in an explicit way.</summary>
  441.         </member>
  442.         <member name="M:Microsoft.Build.Framework.LoggerException.#ctor">
  443.             <summary>Initializes a new instance of the <see cref="T:Microsoft.Build.Framework.LoggerException"></see> class.</summary>
  444.         </member>
  445.         <member name="M:Microsoft.Build.Framework.LoggerException.#ctor(System.String)">
  446.             <summary>Initializes a new instance of the <see cref="T:Microsoft.Build.Framework.LoggerException"></see> class with the specified values.</summary>
  447.             <param name="message">The error message that explains the reason for the exception.</param>
  448.         </member>
  449.         <member name="M:Microsoft.Build.Framework.LoggerException.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
  450.             <summary>Initializes a new instance of the <see cref="T:Microsoft.Build.Framework.LoggerException"></see> class with the values specified.</summary>
  451.             <param name="context">The <see cref="T:System.Runtime.Serialization.StreamingContext"></see> that contains contextual information about the source or destination.</param>
  452.             <param name="info">The <see cref="T:System.Runtime.Serialization.SerializationInfo"></see> that holds the serialized object data about the exception being thrown.</param>
  453.         </member>
  454.         <member name="M:Microsoft.Build.Framework.LoggerException.#ctor(System.String,System.Exception)">
  455.             <summary>Initializes a new instance of the <see cref="T:Microsoft.Build.Framework.LoggerException"></see> class with the values specified.</summary>
  456.             <param name="message">The error message that explains the reason for the exception.</param>
  457.             <param name="innerException">The exception that is the cause of the current excpetion. If the innerException parameter is not a null reference (Nothing in Visual Basic), the current exception is raised in a catch block that handles the inner exception.</param>
  458.         </member>
  459.         <member name="M:Microsoft.Build.Framework.LoggerException.#ctor(System.String,System.Exception,System.String,System.String)">
  460.             <summary>Initializes a new instance of the <see cref="T:Microsoft.Build.Framework.LoggerException"></see> class with the values specified.</summary>
  461.             <param name="errorCode">The error code associated with the exception's message.</param>
  462.             <param name="message">The error message that explains the reason for the exception.</param>
  463.             <param name="helpKeyword">The Help keyword for the error.</param>
  464.             <param name="innerException">The exception that is the cause of the current excpetion. If the innerException parameter is not a null reference (Nothing in Visual Basic), the current exception is raised in a catch block that handles the inner exception.</param>
  465.         </member>
  466.         <member name="M:Microsoft.Build.Framework.LoggerException.GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
  467.             <summary>Sets the <see cref="T:System.Runtime.Serialization.SerializationInfo"></see> with information about the exception.</summary>
  468.             <param name="context">The <see cref="T:System.Runtime.Serialization.StreamingContext"></see> that contains contextual information about the source or destination.</param>
  469.             <param name="info">The <see cref="T:System.Runtime.Serialization.SerializationInfo"></see> that holds the serialized object data about the exception being thrown.</param>
  470.         </member>
  471.         <member name="P:Microsoft.Build.Framework.LoggerException.ErrorCode">
  472.             <summary>Gets the error code associated with this exception's message.</summary>
  473.             <returns>The error code associated with this exception's message.</returns>
  474.         </member>
  475.         <member name="P:Microsoft.Build.Framework.LoggerException.HelpKeyword">
  476.             <summary>Gets the F1-help keyword associated with this error.</summary>
  477.             <returns>The F1-help keyword for the error.</returns>
  478.         </member>
  479.         <member name="T:Microsoft.Build.Framework.LoggerVerbosity">
  480.             <summary>Specifies the available verbosity levels of a <see cref="T:Microsoft.Build.Utilities.Logger"></see>.</summary>
  481.         </member>
  482.         <member name="F:Microsoft.Build.Framework.LoggerVerbosity.Detailed">
  483.             <summary>Minimal verbosity, which displays errors, warnings, messages with <see cref="MessageImportance"></see> values of <see cref="High"></see> or <see cref="Normal"></see>, all status events, and a build summary.</summary>
  484.         </member>
  485.         <member name="F:Microsoft.Build.Framework.LoggerVerbosity.Diagnostic">
  486.             <summary>Diagnostic verbosity, which displays all errors, warnings, messages, status events, and a build summary.</summary>
  487.         </member>
  488.         <member name="F:Microsoft.Build.Framework.LoggerVerbosity.Minimal">
  489.             <summary>Minimal verbosity, which displays errors, warnings, messages with <see cref="MessageImportance"></see> values of <see cref="High"></see>, and a build summary.</summary>
  490.         </member>
  491.         <member name="F:Microsoft.Build.Framework.LoggerVerbosity.Normal">
  492.             <summary>Normal verbosity, which displays errors, warnings, messages with <see cref="MessageImportance"></see> values of <see cref="High"></see>, some status events, and a build summary.</summary>
  493.         </member>
  494.         <member name="F:Microsoft.Build.Framework.LoggerVerbosity.Quiet">
  495.             <summary>Quiet verbosity, which displays a build summary.</summary>
  496.         </member>
  497.         <member name="T:Microsoft.Build.Framework.MessageImportance">
  498.             <summary>Specifies constants that define the importance of a build message.</summary>
  499.         </member>
  500.         <member name="F:Microsoft.Build.Framework.MessageImportance.High">
  501.             <summary>A high importance message.</summary>
  502.         </member>
  503.         <member name="F:Microsoft.Build.Framework.MessageImportance.Low">
  504.             <summary>A low importance message.</summary>
  505.         </member>
  506.         <member name="F:Microsoft.Build.Framework.MessageImportance.Normal">
  507.             <summary>A normal importance message.</summary>
  508.         </member>
  509.         <member name="T:Microsoft.Build.Framework.OutputAttribute">
  510.             <summary>Defines the metadata attribute that task authors use to identify task properties that output data from the task.</summary>
  511.         </member>
  512.         <member name="M:Microsoft.Build.Framework.OutputAttribute.#ctor">
  513.             <summary>Initializes a new instance of the <see cref="T:Microsoft.Build.Framework.OutputAttribute"></see> class.</summary>
  514.         </member>
  515.         <member name="T:Microsoft.Build.Framework.ProjectFinishedEventArgs">
  516.             <summary>Provides data for the <see cref="E:Microsoft.Build.Framework.IEventSource.ProjectFinished"></see> event.</summary>
  517.         </member>
  518.         <member name="M:Microsoft.Build.Framework.ProjectFinishedEventArgs.#ctor">
  519.             <summary>Initializes a new instance of the <see cref="T:Microsoft.Build.Framework.ProjectFinishedEventArgs"></see> class.</summary>
  520.         </member>
  521.         <member name="M:Microsoft.Build.Framework.ProjectFinishedEventArgs.#ctor(System.String,System.String,System.String,System.Boolean)">
  522.             <summary>Initializes a new instance of the <see cref="T:Microsoft.Build.Framework.ProjectFinishedEventArgs"></see> class with the specified <see cref="P:Microsoft.Build.Framework.BuildEventArgs.Message"></see>, <see cref="P:Microsoft.Build.Framework.BuildEventArgs.HelpKeyword"></see>, <see cref="P:Microsoft.Build.Framework.ProjectFinishedEventArgs.ProjectFile"></see>, and <see cref="P:Microsoft.Build.Framework.ProjectFinishedEventArgs.Succeeded"></see> values.</summary>
  523.             <param name="message">The text of the event.</param>
  524.             <param name="helpKeyword">The Help keyword associated with the event.</param>
  525.             <param name="projectFile">The project file associated with the event.</param>
  526.             <param name="succeeded">true to indicate the build succeeded; otherwise, false.</param>
  527.         </member>
  528.         <member name="P:Microsoft.Build.Framework.ProjectFinishedEventArgs.ProjectFile">
  529.             <summary>Gets the project file associated with the event.</summary>
  530.             <returns>The project file associated with the event.</returns>
  531.         </member>
  532.         <member name="P:Microsoft.Build.Framework.ProjectFinishedEventArgs.Succeeded">
  533.             <summary>Gets a value indicating whether the build succeeded.</summary>
  534.             <returns>The value indicating whether the build succeeded.</returns>
  535.         </member>
  536.         <member name="T:Microsoft.Build.Framework.ProjectFinishedEventHandler">
  537.             <summary>Represents the method that will handle the <see cref="E:Microsoft.Build.Framework.IEventSource.ProjectFinished"></see> event of a build.</summary>
  538.         </member>
  539.         <member name="T:Microsoft.Build.Framework.ProjectStartedEventArgs">
  540.             <summary>Provides data for the <see cref="E:Microsoft.Build.Framework.IEventSource.ProjectStarted"></see> event. </summary>
  541.         </member>
  542.         <member name="M:Microsoft.Build.Framework.ProjectStartedEventArgs.#ctor">
  543.             <summary>Initializes a new instance of the <see cref="T:Microsoft.Build.Framework.ProjectStartedEventArgs"></see> class.</summary>
  544.         </member>
  545.         <member name="M:Microsoft.Build.Framework.ProjectStartedEventArgs.#ctor(System.String,System.String,System.String,System.String,System.Collections.IEnumerable,System.Collections.IEnumerable)">
  546.             <summary>Initializes a new instance of the <see cref="T:Microsoft.Build.Framework.ProjectStartedEventArgs"></see> class with the specified values.</summary>
  547.             <param name="message">The text of the event.</param>
  548.             <param name="items">A list of items.</param>
  549.             <param name="helpKeyword">The Help keyword associated with the event.</param>
  550.             <param name="properties">A list of properties</param>
  551.             <param name="projectFile">The project file name.</param>
  552.             <param name="targetNames">The targets to be built.</param>
  553.         </member>
  554.         <member name="P:Microsoft.Build.Framework.ProjectStartedEventArgs.Items">
  555.             <summary>Gets the list of items for the event.</summary>
  556.             <returns>The list of items for the event.</returns>
  557.         </member>
  558.         <member name="P:Microsoft.Build.Framework.ProjectStartedEventArgs.ProjectFile">
  559.             <summary>Gets the project file associated with the event.</summary>
  560.             <returns>The project file associated with the event.</returns>
  561.         </member>
  562.         <member name="P:Microsoft.Build.Framework.ProjectStartedEventArgs.Properties">
  563.             <summary>Gets the list of properties for the event.</summary>
  564.             <returns>The list of properties for the event.</returns>
  565.         </member>
  566.         <member name="P:Microsoft.Build.Framework.ProjectStartedEventArgs.TargetNames">
  567.             <summary>Gets the list of targets to be built in the project.</summary>
  568.             <returns>The list of targets to be built in the project.</returns>
  569.         </member>
  570.         <member name="T:Microsoft.Build.Framework.ProjectStartedEventHandler">
  571.             <summary>Represents the method that will handle the <see cref="E:Microsoft.Build.Framework.IEventSource.ProjectStarted"></see> event of a build.</summary>
  572.         </member>
  573.         <member name="T:Microsoft.Build.Framework.RequiredAttribute">
  574.             <summary>Defines the metadata attribute that task authors use to identify required task properties. Task properties with this attribute must have a set value when the task is run.</summary>
  575.         </member>
  576.         <member name="M:Microsoft.Build.Framework.RequiredAttribute.#ctor">
  577.             <summary>Initializes a new instance of the <see cref="T:Microsoft.Build.Framework.RequiredAttribute"></see> class.</summary>
  578.         </member>
  579.         <member name="T:Microsoft.Build.Framework.TargetFinishedEventArgs">
  580.             <summary>Initializes a new instance of the <see cref="T:Microsoft.Build.Framework.TargetFinishedEventArgs"></see> class.</summary>
  581.         </member>
  582.         <member name="M:Microsoft.Build.Framework.TargetFinishedEventArgs.#ctor">
  583.             <summary>Initializes a new instance of the <see cref="T:Microsoft.Build.Framework.TargetFinishedEventArgs"></see> class.</summary>
  584.         </member>
  585.         <member name="M:Microsoft.Build.Framework.TargetFinishedEventArgs.#ctor(System.String,System.String,System.String,System.String,System.String,System.Boolean)">
  586.             <summary>Initializes a new instance of the <see cref="T:Microsoft.Build.Framework.TargetFinishedEventArgs"></see> class with the specified <see cref="P:Microsoft.Build.Framework.BuildEventArgs.Message"></see>, <see cref="P:Microsoft.Build.Framework.BuildEventArgs.HelpKeyword"></see>, <see cref="P:Microsoft.Build.Framework.TargetFinishedEventArgs.TargetName"></see>, <see cref="P:Microsoft.Build.Framework.TargetFinishedEventArgs.ProjectFile"></see>, and <see cref="P:Microsoft.Build.Framework.TargetFinishedEventArgs.Succeeded"></see> values.</summary>
  587.             <param name="targetName">The name of the target associated with the event.</param>
  588.             <param name="message">The text of the event.</param>
  589.             <param name="helpKeyword">The Help keyword associated with the event.</param>
  590.             <param name="targetFile">The name of the target file.</param>
  591.             <param name="projectFile">The name of the project file associated with the event.</param>
  592.             <param name="succeeded">true to indicate the build succeeded; otherwise, false.</param>
  593.         </member>
  594.         <member name="P:Microsoft.Build.Framework.TargetFinishedEventArgs.ProjectFile">
  595.             <summary>Gets the name of the project file associated with the event.</summary>
  596.             <returns>the name of the project file associated with the event.</returns>
  597.         </member>
  598.         <member name="P:Microsoft.Build.Framework.TargetFinishedEventArgs.Succeeded">
  599.             <summary>Gets a value indicating whether the build of the target succeeded.</summary>
  600.             <returns>The value indicating whether the build of the target succeeded.</returns>
  601.         </member>
  602.         <member name="P:Microsoft.Build.Framework.TargetFinishedEventArgs.TargetFile">
  603.             <summary>Gets the name of the file that contains the implementation of this target.</summary>
  604.             <returns>The name of the file that contains the implementation of this target.</returns>
  605.         </member>
  606.         <member name="P:Microsoft.Build.Framework.TargetFinishedEventArgs.TargetName">
  607.             <summary>Gets the name of the target associated with the event.</summary>
  608.             <returns>The name of the target associated with the event.</returns>
  609.         </member>
  610.         <member name="T:Microsoft.Build.Framework.TargetFinishedEventHandler">
  611.             <summary>Represents the method that will handle the <see cref="E:Microsoft.Build.Framework.IEventSource.TargetFinished"></see> event of a build.</summary>
  612.         </member>
  613.         <member name="T:Microsoft.Build.Framework.TargetStartedEventArgs">
  614.             <summary>Provides data for the <see cref="E:Microsoft.Build.Framework.IEventSource.TargetStarted"></see> event. </summary>
  615.         </member>
  616.         <member name="M:Microsoft.Build.Framework.TargetStartedEventArgs.#ctor">
  617.             <summary>Initializes a new instance of the <see cref="T:Microsoft.Build.Framework.TargetStartedEventArgs"></see> class.</summary>
  618.         </member>
  619.         <member name="M:Microsoft.Build.Framework.TargetStartedEventArgs.#ctor(System.String,System.String,System.String,System.String,System.String)">
  620.             <summary>Initalizes a new instance of the <see cref="T:Microsoft.Build.Framework.TargetStartedEventArgs"></see> class with the valudes provided.</summary>
  621.             <param name="targetName">The name of the target associated with the event.</param>
  622.             <param name="message">The text of the event.</param>
  623.             <param name="helpKeyword">The Help keyword associated with the event.</param>
  624.             <param name="targetFile">The name of the target file.</param>
  625.             <param name="projectFile">The name of the project file associated with the event.</param>
  626.         </member>
  627.         <member name="P:Microsoft.Build.Framework.TargetStartedEventArgs.ProjectFile">
  628.             <summary>Gets the name of the project file associated with the event.</summary>
  629.             <returns>The name of the project file associated with the event.</returns>
  630.         </member>
  631.         <member name="P:Microsoft.Build.Framework.TargetStartedEventArgs.TargetFile">
  632.             <summary>Gets the name of the file that contains the implementation of this target.</summary>
  633.             <returns>The name of the file that contains the implementation of this target.</returns>
  634.         </member>
  635.         <member name="P:Microsoft.Build.Framework.TargetStartedEventArgs.TargetName">
  636.             <summary>Gets the name of the target associated with the event.</summary>
  637.             <returns>The name of the target associated with the event.</returns>
  638.         </member>
  639.         <member name="T:Microsoft.Build.Framework.TargetStartedEventHandler">
  640.             <summary>Represents the method that will handle the <see cref="E:Microsoft.Build.Framework.IEventSource.TargetStarted"></see> event of a build.</summary>
  641.         </member>
  642.         <member name="T:Microsoft.Build.Framework.TaskCommandLineEventArgs">
  643.             <summary>Provides data for the <see cref="E:Microsoft.Build.Framework.IEventSource.MessageRaised"></see> event.</summary>
  644.         </member>
  645.         <member name="M:Microsoft.Build.Framework.TaskCommandLineEventArgs.#ctor">
  646.             <summary>Initializes a new instance of the <see cref="T:Microsoft.Build.Framework.TaskCommandLineEventArgs"></see> class.</summary>
  647.         </member>
  648.         <member name="M:Microsoft.Build.Framework.TaskCommandLineEventArgs.#ctor(System.String,System.String,Microsoft.Build.Framework.MessageImportance)">
  649.             <summary>Initializes a new instance of the <see cref="T:Microsoft.Build.Framework.TaskCommandLineEventArgs"></see> class with the specified command line and <see cref="T:Microsoft.Build.Framework.MessageImportance"></see>.</summary>
  650.             <param name="taskName">The name of the task raising the event.</param>
  651.             <param name="importance">The <see cref="T:Microsoft.Build.Framework.MessageImportance"></see> of the message.</param>
  652.             <param name="commandLine">The command line used by the task to run the underlying program.</param>
  653.         </member>
  654.         <member name="P:Microsoft.Build.Framework.TaskCommandLineEventArgs.CommandLine">
  655.             <summary>Gets the command line used by the task to run the underlying program.</summary>
  656.             <returns>The command line used by the task to run the underlying program.</returns>
  657.         </member>
  658.         <member name="P:Microsoft.Build.Framework.TaskCommandLineEventArgs.TaskName">
  659.             <summary>Gets the name of the task that raised the event.</summary>
  660.             <returns>The name of the task that raised the event.</returns>
  661.         </member>
  662.         <member name="T:Microsoft.Build.Framework.TaskFinishedEventArgs">
  663.             <summary>Provides data for the <see cref="E:Microsoft.Build.Framework.IEventSource.TaskFinished"></see> event.</summary>
  664.         </member>
  665.         <member name="M:Microsoft.Build.Framework.TaskFinishedEventArgs.#ctor">
  666.             <summary>Initializes a new instance of the <see cref="T:Microsoft.Build.Framework.TaskFinishedEventArgs"></see> class.</summary>
  667.         </member>
  668.         <member name="M:Microsoft.Build.Framework.TaskFinishedEventArgs.#ctor(System.String,System.String,System.String,System.String,System.String,System.Boolean)">
  669.             <summary>Initializes a new instance of the <see cref="T:Microsoft.Build.Framework.TaskFinishedEventArgs"></see> class with the specified values.</summary>
  670.             <param name="taskName">The name of the task.</param>
  671.             <param name="M essage">The text for the message.</param>
  672.             <param name="helpKeyword">The Help keyword associated with the event.</param>
  673.             <param name="taskFile">The fine in which the task is defined.</param>
  674.             <param name="projectFile">The project file name.</param>
  675.             <param name="succeeded">true to indicate the task succeeded; otherwise, false</param>
  676.         </member>
  677.         <member name="P:Microsoft.Build.Framework.TaskFinishedEventArgs.ProjectFile">
  678.             <summary>Gets the name of the project file associated with the event.</summary>
  679.             <returns>The name of the project file associated with the event.</returns>
  680.         </member>
  681.         <member name="P:Microsoft.Build.Framework.TaskFinishedEventArgs.Succeeded">
  682.             <summary>Gets a value indicating whether the execution of the task succeeded.</summary>
  683.             <returns>The value indicating whether the execution of the task succeeded.</returns>
  684.         </member>
  685.         <member name="P:Microsoft.Build.Framework.TaskFinishedEventArgs.TaskFile">
  686.             <summary>Gets the MSBuild file where the task is defined.</summary>
  687.             <returns>The MSBuild file where the task is defined.</returns>
  688.         </member>
  689.         <member name="P:Microsoft.Build.Framework.TaskFinishedEventArgs.TaskName">
  690.             <summary>Gets the name of the task associated with the event.</summary>
  691.             <returns>The name of the task associated with the event.</returns>
  692.         </member>
  693.         <member name="T:Microsoft.Build.Framework.TaskFinishedEventHandler">
  694.             <summary>Represents the method that will handle the <see cref="E:Microsoft.Build.Framework.IEventSource.TaskFinished"></see> event of a build.</summary>
  695.         </member>
  696.         <member name="T:Microsoft.Build.Framework.TaskStartedEventArgs">
  697.             <summary>Provides data for the <see cref="E:Microsoft.Build.Framework.IEventSource.TaskStarted"></see> event. </summary>
  698.         </member>
  699.         <member name="M:Microsoft.Build.Framework.TaskStartedEventArgs.#ctor">
  700.             <summary>Initializes a new instance of the <see cref="T:Microsoft.Build.Framework.TaskStartedEventArgs"></see> class.</summary>
  701.         </member>
  702.         <member name="M:Microsoft.Build.Framework.TaskStartedEventArgs.#ctor(System.String,System.String,System.String,System.String,System.String)">
  703.             <summary>Initializes a new instance of the <see cref="T:Microsoft.Build.Framework.TaskStartedEventArgs"></see> class with the specified values002E</summary>
  704.             <param name="taskName">The name of the task.</param>
  705.             <param name="message">The text of the event.</param>
  706.             <param name="helpKeyword">The Help keyword associated with the event.</param>
  707.             <param name="taskFile">The file in which the task is defined.</param>
  708.             <param name="projectFile">The name of the project file associated with the event.</param>
  709.         </member>
  710.         <member name="P:Microsoft.Build.Framework.TaskStartedEventArgs.ProjectFile">
  711.             <summary>Gets the name of the project file associated with the event.</summary>
  712.             <returns>The name of the project file associated with the event.</returns>
  713.         </member>
  714.         <member name="P:Microsoft.Build.Framework.TaskStartedEventArgs.TaskFile">
  715.             <summary>Gets the MSBuild file where the task was defined.</summary>
  716.             <returns>The MSBuild file where the task was defined.</returns>
  717.         </member>
  718.         <member name="P:Microsoft.Build.Framework.TaskStartedEventArgs.TaskName">
  719.             <summary>Gets the name of the task associated with the event.</summary>
  720.             <returns>The name of the task associated with the event.</returns>
  721.         </member>
  722.         <member name="T:Microsoft.Build.Framework.TaskStartedEventHandler">
  723.             <summary>Represents the method that will handle the <see cref="E:Microsoft.Build.Framework.IEventSource.TaskStarted"></see> event of a build.</summary>
  724.         </member>
  725.     </members>
  726. </doc>