|
25 | 25 | </Interfaces> |
26 | 26 | <Docs> |
27 | 27 | <summary> |
28 | | - Abstract base class for MSBuild construction object model elements. |
| 28 | + Abstract base class for MSBuild construction object model elements. |
29 | 29 | </summary> |
30 | 30 | <remarks>To be added.</remarks> |
31 | 31 | </Docs> |
|
153 | 153 | </ReturnValue> |
154 | 154 | <Docs> |
155 | 155 | <summary> |
156 | | - Gets or sets the Condition value. |
157 | | - It will return empty string IFF a condition attribute is legal but it’s not present or has no value. |
| 156 | + Gets or sets the Condition value. |
| 157 | + It will return empty string IFF a condition attribute is legal but it’s not present or has no value. |
158 | 158 | It will return null IFF a Condition attribute is illegal on that element. |
159 | 159 | Removes the attribute if the value to set is empty. |
160 | 160 | It is possible for derived classes to throw an <see cref="T:System.InvalidOperationException" /> if setting the condition is |
161 | 161 | not applicable for those elements. |
162 | 162 | </summary> |
163 | 163 | <value>The Condition attribute value, or an empty string if the attribute is not present.</value> |
164 | 164 | <remarks> |
165 | | - <format type="text/markdown"><![CDATA[ |
166 | | - |
167 | | -## Remarks |
168 | | - Removes the Condition attribute if the value to set is set to null or an empty string. If the Condition attribute is not present, returns an empty string instead of throwing an exception because a nonexistent condition is implicitly true |
169 | | - |
170 | | - For the "ProjectExtensions" element, the getter returns null and the setter throws an exception for any value. |
171 | | - |
| 165 | + <format type="text/markdown"><![CDATA[ |
| 166 | +
|
| 167 | +## Remarks |
| 168 | + Removes the Condition attribute if the value to set is set to null or an empty string. If the Condition attribute is not present, returns an empty string instead of throwing an exception because a nonexistent condition is implicitly true |
| 169 | +
|
| 170 | + For the "ProjectExtensions" element, the getter returns null and the setter throws an exception for any value. |
| 171 | +
|
172 | 172 | ]]></format> |
173 | 173 | </remarks> |
174 | 174 | <example> For the "ProjectExtensions" element, the getter returns null and the setter |
|
320 | 320 | <ReturnType>System.String</ReturnType> |
321 | 321 | </ReturnValue> |
322 | 322 | <Docs> |
323 | | - <summary>To be added.</summary> |
| 323 | + <summary>Gets the name of the associated element. Useful for display in some circumstances.</summary> |
324 | 324 | <value>To be added.</value> |
325 | 325 | <remarks>To be added.</remarks> |
326 | 326 | <inheritdoc /> |
|
354 | 354 | </ReturnValue> |
355 | 355 | <Docs> |
356 | 356 | <summary> |
357 | | - Gets or sets the Label value. |
| 357 | + Gets or sets the Label value. |
358 | 358 | Returns empty string if it is not present. |
359 | 359 | Removes the attribute if the value to set is empty. |
360 | 360 | </summary> |
361 | 361 | <value>The label, or an empty string if no label is present.</value> |
362 | 362 | <remarks> |
363 | | - <format type="text/markdown"><![CDATA[ |
364 | | - |
365 | | -## Remarks |
366 | | - Removes the attribute if the value to set is empty. |
367 | | - |
| 363 | + <format type="text/markdown"><![CDATA[ |
| 364 | +
|
| 365 | +## Remarks |
| 366 | + Removes the attribute if the value to set is empty. |
| 367 | +
|
368 | 368 | ]]></format> |
369 | 369 | </remarks> |
370 | 370 | </Docs> |
|
413 | 413 | <Docs> |
414 | 414 | <summary> |
415 | 415 | Location of the corresponding Xml element. |
416 | | - May not be correct if file is not saved, or |
| 416 | + May not be correct if file is not saved, or |
417 | 417 | file has been edited since it was last saved. |
418 | 418 | In the case of an unsaved edit, the location only |
419 | 419 | contains the path to the file that the element originates from. |
|
486 | 486 | <ReturnType>System.String</ReturnType> |
487 | 487 | </ReturnValue> |
488 | 488 | <Docs> |
489 | | - <summary>To be added.</summary> |
| 489 | + <summary>The outer markup associated with this project element.</summary> |
490 | 490 | <value>To be added.</value> |
491 | 491 | <remarks>To be added.</remarks> |
492 | 492 | <inheritdoc /> |
|
594 | 594 | </Parameters> |
595 | 595 | <Docs> |
596 | 596 | <param name="attribute">To be added.</param> |
597 | | - <summary> |
598 | | - Hook for subclasses to specify whether the given <param name="attribute" /> should be cloned or not |
599 | | - </summary> |
| 597 | + <summary>Hook for subclasses to specify whether the given <paramref name="attribute" /> should be cloned or not.</summary> |
600 | 598 | <returns>To be added.</returns> |
601 | 599 | <remarks>To be added.</remarks> |
602 | 600 | </Docs> |
|
0 commit comments