Skip to content

Commit 9a7ebcb

Browse files
authored
fix property summary (dotnet#3629)
1 parent d90f90a commit 9a7ebcb

File tree

20 files changed

+33
-33
lines changed

20 files changed

+33
-33
lines changed

xml/Microsoft.Build.BuildEngine/Engine.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1144,7 +1144,7 @@ project.EvaluatedProperties[ReservedPropertyNames.toolsPath].FinalValue
11441144
<ReturnType>Microsoft.Build.BuildEngine.ToolsetCollection</ReturnType>
11451145
</ReturnValue>
11461146
<Docs>
1147-
<summary>Sets or Gets the collection of Toolsets that are recognized by this build engine instance.</summary>
1147+
<summary>Gets or sets the collection of Toolsets that are recognized by this build engine instance.</summary>
11481148
<value>A <see cref="T:Microsoft.Build.BuildEngine.ToolsetCollection" /> of the tools sets recognized by this engine instance.</value>
11491149
<remarks>
11501150
<format type="text/markdown"><![CDATA[

xml/Microsoft.Build.BuildEngine/Project.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -601,7 +601,7 @@
601601
<ReturnType>System.String</ReturnType>
602602
</ReturnValue>
603603
<Docs>
604-
<summary>Sets or gets the ToolsVersion XML attribute found on the <see href="https://docs.microsoft.com/visualstudio/msbuild/project-element-msbuild">Project element</see> in the project file.</summary>
604+
<summary>Gets or sets the ToolsVersion XML attribute found on the <see href="https://docs.microsoft.com/visualstudio/msbuild/project-element-msbuild">Project element</see> in the project file.</summary>
605605
<value>A string representing the Tools version.</value>
606606
<remarks>
607607
<format type="text/markdown"><![CDATA[
@@ -2242,7 +2242,7 @@
22422242
<ReturnType>System.String</ReturnType>
22432243
</ReturnValue>
22442244
<Docs>
2245-
<summary>Sets or gets the current version of the Toolset being used by the project.</summary>
2245+
<summary>Gets or sets the current version of the Toolset being used by the project.</summary>
22462246
<value>A string representing the version number of the Toolset.</value>
22472247
<remarks>
22482248
<format type="text/markdown"><![CDATA[

xml/Microsoft.JScript.Vsa/BaseVsaEngine.xml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -535,7 +535,7 @@
535535
<ReturnType>System.Boolean</ReturnType>
536536
</ReturnValue>
537537
<Docs>
538-
<summary>Sets or gets a Boolean value that signifies whether the script engine produces debug information when the Compile method is called.</summary>
538+
<summary>Gets or sets a Boolean value that signifies whether the script engine produces debug information when the Compile method is called.</summary>
539539
<value>
540540
<see langword="true" /> to produce debug information; otherwise, <see langword="false" />.</value>
541541
<remarks>To be added.</remarks>
@@ -1045,7 +1045,7 @@
10451045
<ReturnType>System.String</ReturnType>
10461046
</ReturnValue>
10471047
<Docs>
1048-
<summary>Sets or gets the display name of the engine.</summary>
1048+
<summary>Gets or sets the display name of the engine.</summary>
10491049
<value>The name of the engine.</value>
10501050
<remarks>To be added.</remarks>
10511051
</Docs>
@@ -1182,7 +1182,7 @@
11821182
<ReturnType>System.String</ReturnType>
11831183
</ReturnValue>
11841184
<Docs>
1185-
<summary>Sets or gets a script engine's root moniker.</summary>
1185+
<summary>Gets or sets a script engine's root moniker.</summary>
11861186
<value>The root moniker of the engine.</value>
11871187
<remarks>To be added.</remarks>
11881188
</Docs>
@@ -1226,7 +1226,7 @@
12261226
<ReturnType>System.String</ReturnType>
12271227
</ReturnValue>
12281228
<Docs>
1229-
<summary>Sets or gets the root namespace used by the engine.</summary>
1229+
<summary>Gets or sets the root namespace used by the engine.</summary>
12301230
<value>The namespace of the engine.</value>
12311231
<remarks>To be added.</remarks>
12321232
</Docs>
@@ -1405,7 +1405,7 @@
14051405
<ReturnType>Microsoft.JScript.Vsa.IJSVsaSite</ReturnType>
14061406
</ReturnValue>
14071407
<Docs>
1408-
<summary>Sets or gets the host-implemented IJSVsaSite object that is used by the engine to communicate with the host.</summary>
1408+
<summary>Gets or sets the host-implemented IJSVsaSite object that is used by the engine to communicate with the host.</summary>
14091409
<value>The host-implemented object.</value>
14101410
<remarks>To be added.</remarks>
14111411
</Docs>

xml/Microsoft.JScript.Vsa/IJSVsaCodeItem.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@
144144
<ReturnType>System.String</ReturnType>
145145
</ReturnValue>
146146
<Docs>
147-
<summary>Sets or gets the text of a specified code item, including auto-generated code, if any.</summary>
147+
<summary>Gets or sets the text of a specified code item, including auto-generated code, if any.</summary>
148148
<value>The source text of the code item.</value>
149149
<remarks>To be added.</remarks>
150150
</Docs>

xml/Microsoft.JScript.Vsa/IJSVsaEngine.xml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@
131131
<ReturnType>System.Boolean</ReturnType>
132132
</ReturnValue>
133133
<Docs>
134-
<summary>Sets or gets a Boolean value that signifies whether the script engine produces debug information when the Compile method is called.</summary>
134+
<summary>Gets or sets a Boolean value that signifies whether the script engine produces debug information when the Compile method is called.</summary>
135135
<value>
136136
<see langword="true" /> to produce debug information; otherwise, <see langword="false" />.</value>
137137
<remarks>To be added.</remarks>
@@ -378,7 +378,7 @@
378378
<ReturnType>System.String</ReturnType>
379379
</ReturnValue>
380380
<Docs>
381-
<summary>Sets or gets the display name of the script engine.</summary>
381+
<summary>Gets or sets the display name of the script engine.</summary>
382382
<value>The name of the engine.</value>
383383
<remarks>To be added.</remarks>
384384
</Docs>
@@ -441,7 +441,7 @@
441441
<ReturnType>System.String</ReturnType>
442442
</ReturnValue>
443443
<Docs>
444-
<summary>Sets or gets a script engine's root moniker.</summary>
444+
<summary>Gets or sets a script engine's root moniker.</summary>
445445
<value>The root moniker of the engine.</value>
446446
<remarks>To be added.</remarks>
447447
</Docs>
@@ -462,7 +462,7 @@
462462
<ReturnType>System.String</ReturnType>
463463
</ReturnValue>
464464
<Docs>
465-
<summary>Sets or gets the root namespace used by the script engine.</summary>
465+
<summary>Gets or sets the root namespace used by the script engine.</summary>
466466
<value>The namespace of the engine.</value>
467467
<remarks>To be added.</remarks>
468468
</Docs>
@@ -580,7 +580,7 @@
580580
<ReturnType>Microsoft.JScript.Vsa.IJSVsaSite</ReturnType>
581581
</ReturnValue>
582582
<Docs>
583-
<summary>Sets or gets the host-implemented IJSVsaSite object that is used by the script engine to communicate with the host.</summary>
583+
<summary>Gets or sets the host-implemented IJSVsaSite object that is used by the script engine to communicate with the host.</summary>
584584
<value>The host-implemented object.</value>
585585
<remarks>To be added.</remarks>
586586
</Docs>

xml/Microsoft.JScript.Vsa/IJSVsaItem.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@
113113
<ReturnType>System.String</ReturnType>
114114
</ReturnValue>
115115
<Docs>
116-
<summary>Sets or gets the name of the item.</summary>
116+
<summary>Gets or sets the name of the item.</summary>
117117
<value>The string literal name of the item.</value>
118118
<remarks>To be added.</remarks>
119119
</Docs>

xml/Microsoft.Vsa/IVsaCodeItem.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,7 @@ Removing an event source does not remove the underlying event handler from sourc
198198
<ReturnType>System.String</ReturnType>
199199
</ReturnValue>
200200
<Docs>
201-
<summary>Sets or gets the text of a specified code item, including auto-generated code, if any.</summary>
201+
<summary>Gets or sets the text of a specified code item, including auto-generated code, if any.</summary>
202202
<value>The source text of the code item.</value>
203203
<remarks>
204204
<format type="text/markdown"><![CDATA[

xml/Microsoft.Vsa/IVsaItem.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@
115115
<ReturnType>System.String</ReturnType>
116116
</ReturnValue>
117117
<Docs>
118-
<summary>Sets or gets the name of the item.</summary>
118+
<summary>Gets or sets the name of the item.</summary>
119119
<value>The string literal name of the item.</value>
120120
<remarks>To be added.</remarks>
121121
</Docs>

xml/System.Data.Common/DbCommandBuilder.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@
166166
<ReturnType>System.Data.Common.CatalogLocation</ReturnType>
167167
</ReturnValue>
168168
<Docs>
169-
<summary>Sets or gets the <see cref="T:System.Data.Common.CatalogLocation" /> for an instance of the <see cref="T:System.Data.Common.DbCommandBuilder" /> class.</summary>
169+
<summary>Gets or sets the <see cref="T:System.Data.Common.CatalogLocation" /> for an instance of the <see cref="T:System.Data.Common.DbCommandBuilder" /> class.</summary>
170170
<value>A <see cref="T:System.Data.Common.CatalogLocation" /> object.</value>
171171
<remarks>To be added.</remarks>
172172
<related type="Article" href="https://msdn.microsoft.com/library/6e3fb8b5-373b-4f9e-ab03-a22693df8e91">Automatically Generating Commands</related>
@@ -206,7 +206,7 @@
206206
<ReturnType>System.String</ReturnType>
207207
</ReturnValue>
208208
<Docs>
209-
<summary>Sets or gets a string used as the catalog separator for an instance of the <see cref="T:System.Data.Common.DbCommandBuilder" /> class.</summary>
209+
<summary>Gets or sets a string used as the catalog separator for an instance of the <see cref="T:System.Data.Common.DbCommandBuilder" /> class.</summary>
210210
<value>A string indicating the catalog separator for use with an instance of the <see cref="T:System.Data.Common.DbCommandBuilder" /> class.</value>
211211
<remarks>To be added.</remarks>
212212
<related type="Article" href="https://msdn.microsoft.com/library/6e3fb8b5-373b-4f9e-ab03-a22693df8e91">Automatically Generating Commands</related>

xml/System.Data.Common/DbParameter.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -551,7 +551,7 @@
551551
<ReturnType>System.Boolean</ReturnType>
552552
</ReturnValue>
553553
<Docs>
554-
<summary>Sets or gets a value which indicates whether the source column is nullable. This allows <see cref="T:System.Data.Common.DbCommandBuilder" /> to correctly generate Update statements for nullable columns.</summary>
554+
<summary>Gets or sets a value which indicates whether the source column is nullable. This allows <see cref="T:System.Data.Common.DbCommandBuilder" /> to correctly generate Update statements for nullable columns.</summary>
555555
<value>
556556
<see langword="true" /> if the source column is nullable; <see langword="false" /> if it is not.</value>
557557
<remarks>

0 commit comments

Comments
 (0)