Skip to content

Commit d44f916

Browse files
authored
recover some dropout content (#2036)
1 parent cf98f98 commit d44f916

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

xml/Microsoft.Build.BuildEngine/Project.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -796,7 +796,7 @@
796796
<format type="text/markdown"><![CDATA[
797797
798798
## Remarks
799-
This method generates the list of possible values by inspecting all of the attributes in the project that involve the property.
799+
This method generates the list of possible values by inspecting all of the [Condition](/visualstudio/msbuild/msbuild-conditions) attributes in the project that involve the property.
800800
801801
]]></format>
802802
</remarks>
@@ -1001,7 +1001,7 @@
10011001
<format type="text/markdown"><![CDATA[
10021002
10031003
## Remarks
1004-
Imported projects are specified by the element in the project.
1004+
Imported projects are specified by the [Import](/visualstudio/msbuild/import-element-msbuild) element in the project.
10051005
10061006
]]></format>
10071007
</remarks>
@@ -2191,7 +2191,7 @@
21912191
<format type="text/markdown"><![CDATA[
21922192
21932193
## Remarks
2194-
Targets are specified by the element in the project.
2194+
Targets are specified by the [Target](/visualstudio/msbuild/target-element-msbuild) element in the project.
21952195
21962196
]]></format>
21972197
</remarks>

xml/Microsoft.Build.Tasks.Xaml/GenerateTemporaryAssemblyTask.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363
<ReturnType>System.String</ReturnType>
6464
</ReturnValue>
6565
<Docs>
66-
<summary>Gets or sets the build action for the application markup files which are excluded from the project used to generate the temporary assembly.</summary>
66+
<summary>Gets or sets the build action for the application markup files which are excluded from the project used to generate the temporary assembly.</summary>
6767
<value>The application markup type name.</value>
6868
<remarks>
6969
<format type="text/markdown"><![CDATA[

xml/Microsoft.CSharp/CSharpCodeProvider.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@
115115
<format type="text/markdown"><![CDATA[
116116
117117
## Remarks
118-
The value for `providerOptions` is obtained from the element in the configuration file. You can identify the version of the <xref:Microsoft.CSharp.CSharpCodeProvider> you want to use by specifying the `<providerOption>` element, supplying "CompilerVersion" as the option name, and supplying the version number (for example, "v3.5") as the option value. You must precede the version number with a lower case "v".
118+
The value for `providerOptions` is obtained from the [\<providerOption>](~/docs/framework/configure-apps/file-schema/compiler/provideroption-element.md) element in the configuration file. You can identify the version of the <xref:Microsoft.CSharp.CSharpCodeProvider> you want to use by specifying the `<providerOption>` element, supplying "CompilerVersion" as the option name, and supplying the version number (for example, "v3.5") as the option value. You must precede the version number with a lower case "v".
119119
120120
121121

xml/Microsoft.VisualBasic.CompilerServices/Operators.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -541,7 +541,7 @@
541541
## Remarks
542542
This class supports the Visual Basic compiler and is not intended to be used directly from your code.
543543
544-
When the Visual Basic equality operator is used to compare two strings, it passes the strings to the <xref:Microsoft.VisualBasic.CompilerServices.Operators.CompareString%2A> method along with a value of `False` for the `TextCompare` argument. This performs a case-sensitive comparison that is either ordinal or based on the current culture, depending on the value of the statement.
544+
When the Visual Basic equality operator is used to compare two strings, it passes the strings to the <xref:Microsoft.VisualBasic.CompilerServices.Operators.CompareString%2A> method along with a value of `False` for the `TextCompare` argument. This performs a case-sensitive comparison that is either ordinal or based on the current culture, depending on the value of the [Option Compare](~/docs/visual-basic/language-reference/statements/option-compare-statement.md) statement.
545545
546546
]]></format>
547547
</remarks>

0 commit comments

Comments
 (0)