Skip to content

fix property summary #3629

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Dec 5, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion xml/Microsoft.Build.BuildEngine/Engine.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1144,7 +1144,7 @@ project.EvaluatedProperties[ReservedPropertyNames.toolsPath].FinalValue
<ReturnType>Microsoft.Build.BuildEngine.ToolsetCollection</ReturnType>
</ReturnValue>
<Docs>
<summary>Sets or Gets the collection of Toolsets that are recognized by this build engine instance.</summary>
<summary>Gets or sets the collection of Toolsets that are recognized by this build engine instance.</summary>
<value>A <see cref="T:Microsoft.Build.BuildEngine.ToolsetCollection" /> of the tools sets recognized by this engine instance.</value>
<remarks>
<format type="text/markdown"><![CDATA[
Expand Down
4 changes: 2 additions & 2 deletions xml/Microsoft.Build.BuildEngine/Project.xml
Original file line number Diff line number Diff line change
Expand Up @@ -601,7 +601,7 @@
<ReturnType>System.String</ReturnType>
</ReturnValue>
<Docs>
<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>
<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>
<value>A string representing the Tools version.</value>
<remarks>
<format type="text/markdown"><![CDATA[
Expand Down Expand Up @@ -2242,7 +2242,7 @@
<ReturnType>System.String</ReturnType>
</ReturnValue>
<Docs>
<summary>Sets or gets the current version of the Toolset being used by the project.</summary>
<summary>Gets or sets the current version of the Toolset being used by the project.</summary>
<value>A string representing the version number of the Toolset.</value>
<remarks>
<format type="text/markdown"><![CDATA[
Expand Down
10 changes: 5 additions & 5 deletions xml/Microsoft.JScript.Vsa/BaseVsaEngine.xml
Original file line number Diff line number Diff line change
Expand Up @@ -535,7 +535,7 @@
<ReturnType>System.Boolean</ReturnType>
</ReturnValue>
<Docs>
<summary>Sets or gets a Boolean value that signifies whether the script engine produces debug information when the Compile method is called.</summary>
<summary>Gets or sets a Boolean value that signifies whether the script engine produces debug information when the Compile method is called.</summary>
<value>
<see langword="true" /> to produce debug information; otherwise, <see langword="false" />.</value>
<remarks>To be added.</remarks>
Expand Down Expand Up @@ -1045,7 +1045,7 @@
<ReturnType>System.String</ReturnType>
</ReturnValue>
<Docs>
<summary>Sets or gets the display name of the engine.</summary>
<summary>Gets or sets the display name of the engine.</summary>
<value>The name of the engine.</value>
<remarks>To be added.</remarks>
</Docs>
Expand Down Expand Up @@ -1182,7 +1182,7 @@
<ReturnType>System.String</ReturnType>
</ReturnValue>
<Docs>
<summary>Sets or gets a script engine's root moniker.</summary>
<summary>Gets or sets a script engine's root moniker.</summary>
<value>The root moniker of the engine.</value>
<remarks>To be added.</remarks>
</Docs>
Expand Down Expand Up @@ -1226,7 +1226,7 @@
<ReturnType>System.String</ReturnType>
</ReturnValue>
<Docs>
<summary>Sets or gets the root namespace used by the engine.</summary>
<summary>Gets or sets the root namespace used by the engine.</summary>
<value>The namespace of the engine.</value>
<remarks>To be added.</remarks>
</Docs>
Expand Down Expand Up @@ -1405,7 +1405,7 @@
<ReturnType>Microsoft.JScript.Vsa.IJSVsaSite</ReturnType>
</ReturnValue>
<Docs>
<summary>Sets or gets the host-implemented IJSVsaSite object that is used by the engine to communicate with the host.</summary>
<summary>Gets or sets the host-implemented IJSVsaSite object that is used by the engine to communicate with the host.</summary>
<value>The host-implemented object.</value>
<remarks>To be added.</remarks>
</Docs>
Expand Down
2 changes: 1 addition & 1 deletion xml/Microsoft.JScript.Vsa/IJSVsaCodeItem.xml
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@
<ReturnType>System.String</ReturnType>
</ReturnValue>
<Docs>
<summary>Sets or gets the text of a specified code item, including auto-generated code, if any.</summary>
<summary>Gets or sets the text of a specified code item, including auto-generated code, if any.</summary>
<value>The source text of the code item.</value>
<remarks>To be added.</remarks>
</Docs>
Expand Down
10 changes: 5 additions & 5 deletions xml/Microsoft.JScript.Vsa/IJSVsaEngine.xml
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@
<ReturnType>System.Boolean</ReturnType>
</ReturnValue>
<Docs>
<summary>Sets or gets a Boolean value that signifies whether the script engine produces debug information when the Compile method is called.</summary>
<summary>Gets or sets a Boolean value that signifies whether the script engine produces debug information when the Compile method is called.</summary>
<value>
<see langword="true" /> to produce debug information; otherwise, <see langword="false" />.</value>
<remarks>To be added.</remarks>
Expand Down Expand Up @@ -378,7 +378,7 @@
<ReturnType>System.String</ReturnType>
</ReturnValue>
<Docs>
<summary>Sets or gets the display name of the script engine.</summary>
<summary>Gets or sets the display name of the script engine.</summary>
<value>The name of the engine.</value>
<remarks>To be added.</remarks>
</Docs>
Expand Down Expand Up @@ -441,7 +441,7 @@
<ReturnType>System.String</ReturnType>
</ReturnValue>
<Docs>
<summary>Sets or gets a script engine's root moniker.</summary>
<summary>Gets or sets a script engine's root moniker.</summary>
<value>The root moniker of the engine.</value>
<remarks>To be added.</remarks>
</Docs>
Expand All @@ -462,7 +462,7 @@
<ReturnType>System.String</ReturnType>
</ReturnValue>
<Docs>
<summary>Sets or gets the root namespace used by the script engine.</summary>
<summary>Gets or sets the root namespace used by the script engine.</summary>
<value>The namespace of the engine.</value>
<remarks>To be added.</remarks>
</Docs>
Expand Down Expand Up @@ -580,7 +580,7 @@
<ReturnType>Microsoft.JScript.Vsa.IJSVsaSite</ReturnType>
</ReturnValue>
<Docs>
<summary>Sets or gets the host-implemented IJSVsaSite object that is used by the script engine to communicate with the host.</summary>
<summary>Gets or sets the host-implemented IJSVsaSite object that is used by the script engine to communicate with the host.</summary>
<value>The host-implemented object.</value>
<remarks>To be added.</remarks>
</Docs>
Expand Down
2 changes: 1 addition & 1 deletion xml/Microsoft.JScript.Vsa/IJSVsaItem.xml
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@
<ReturnType>System.String</ReturnType>
</ReturnValue>
<Docs>
<summary>Sets or gets the name of the item.</summary>
<summary>Gets or sets the name of the item.</summary>
<value>The string literal name of the item.</value>
<remarks>To be added.</remarks>
</Docs>
Expand Down
2 changes: 1 addition & 1 deletion xml/Microsoft.Vsa/IVsaCodeItem.xml
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@ Removing an event source does not remove the underlying event handler from sourc
<ReturnType>System.String</ReturnType>
</ReturnValue>
<Docs>
<summary>Sets or gets the text of a specified code item, including auto-generated code, if any.</summary>
<summary>Gets or sets the text of a specified code item, including auto-generated code, if any.</summary>
<value>The source text of the code item.</value>
<remarks>
<format type="text/markdown"><![CDATA[
Expand Down
2 changes: 1 addition & 1 deletion xml/Microsoft.Vsa/IVsaItem.xml
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@
<ReturnType>System.String</ReturnType>
</ReturnValue>
<Docs>
<summary>Sets or gets the name of the item.</summary>
<summary>Gets or sets the name of the item.</summary>
<value>The string literal name of the item.</value>
<remarks>To be added.</remarks>
</Docs>
Expand Down
4 changes: 2 additions & 2 deletions xml/System.Data.Common/DbCommandBuilder.xml
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@
<ReturnType>System.Data.Common.CatalogLocation</ReturnType>
</ReturnValue>
<Docs>
<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>
<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>
<value>A <see cref="T:System.Data.Common.CatalogLocation" /> object.</value>
<remarks>To be added.</remarks>
<related type="Article" href="https://msdn.microsoft.com/library/6e3fb8b5-373b-4f9e-ab03-a22693df8e91">Automatically Generating Commands</related>
Expand Down Expand Up @@ -206,7 +206,7 @@
<ReturnType>System.String</ReturnType>
</ReturnValue>
<Docs>
<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>
<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>
<value>A string indicating the catalog separator for use with an instance of the <see cref="T:System.Data.Common.DbCommandBuilder" /> class.</value>
<remarks>To be added.</remarks>
<related type="Article" href="https://msdn.microsoft.com/library/6e3fb8b5-373b-4f9e-ab03-a22693df8e91">Automatically Generating Commands</related>
Expand Down
2 changes: 1 addition & 1 deletion xml/System.Data.Common/DbParameter.xml
Original file line number Diff line number Diff line change
Expand Up @@ -551,7 +551,7 @@
<ReturnType>System.Boolean</ReturnType>
</ReturnValue>
<Docs>
<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>
<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>
<value>
<see langword="true" /> if the source column is nullable; <see langword="false" /> if it is not.</value>
<remarks>
Expand Down
2 changes: 1 addition & 1 deletion xml/System.Data.Odbc/OdbcParameter.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1247,7 +1247,7 @@ public void CreateOdbcParameter()
<ReturnType>System.Boolean</ReturnType>
</ReturnValue>
<Docs>
<summary>Sets or gets a value which indicates whether the source column is nullable. This lets <see cref="T:System.Data.Common.DbCommandBuilder" /> correctly generate Update statements for nullable columns.</summary>
<summary>Gets or sets a value which indicates whether the source column is nullable. This lets <see cref="T:System.Data.Common.DbCommandBuilder" /> correctly generate Update statements for nullable columns.</summary>
<value>
<see langword="true" /> if the source column is nullable; <see langword="false" /> if it is not.</value>
<remarks>
Expand Down
2 changes: 1 addition & 1 deletion xml/System.Data.OleDb/OleDbParameter.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1246,7 +1246,7 @@ public void CreateOleDbParameter()
<ReturnType>System.Boolean</ReturnType>
</ReturnValue>
<Docs>
<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>
<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>
<value>
<see langword="true" /> if the source column is nullable; <see langword="false" /> if it is not.</value>
<remarks>
Expand Down
4 changes: 2 additions & 2 deletions xml/System.Data.OracleClient/OracleCommandBuilder.xml
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@ public static DataSet SelectOracleSrvRows(string myConnection, string mySelectQu
<ReturnType>System.Data.Common.CatalogLocation</ReturnType>
</ReturnValue>
<Docs>
<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>
<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>
<value>A <see cref="T:System.Data.Common.CatalogLocation" /> object.</value>
<remarks>To be added.</remarks>
</Docs>
Expand Down Expand Up @@ -250,7 +250,7 @@ public static DataSet SelectOracleSrvRows(string myConnection, string mySelectQu
<ReturnType>System.String</ReturnType>
</ReturnValue>
<Docs>
<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>
<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>
<value>A string indicating the catalog separator for use with an instance of the <see cref="T:System.Data.Common.DbCommandBuilder" /> class.</value>
<remarks>To be added.</remarks>
</Docs>
Expand Down
2 changes: 1 addition & 1 deletion xml/System.Data.OracleClient/OracleParameter.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1039,7 +1039,7 @@ public void CreateOracleDbParameter()
<ReturnType>System.Boolean</ReturnType>
</ReturnValue>
<Docs>
<summary>Sets or gets a value which indicates whether the source column is nullable. This allows <see cref="T:System.Data.OracleClient.OracleCommandBuilder" /> to correctly generate Update statements for nullable columns.</summary>
<summary>Gets or sets a value which indicates whether the source column is nullable. This allows <see cref="T:System.Data.OracleClient.OracleCommandBuilder" /> to correctly generate Update statements for nullable columns.</summary>
<value>
<see langword="true" /> if the source column is nullable; otherwise, <see langword="false" />.</value>
<remarks>
Expand Down
4 changes: 2 additions & 2 deletions xml/System.Data.SqlClient/SqlCommandBuilder.xml
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@
<ReturnType>System.Data.Common.CatalogLocation</ReturnType>
</ReturnValue>
<Docs>
<summary>Sets or gets the <see cref="T:System.Data.Common.CatalogLocation" /> for an instance of the <see cref="T:System.Data.SqlClient.SqlCommandBuilder" /> class.</summary>
<summary>Gets or sets the <see cref="T:System.Data.Common.CatalogLocation" /> for an instance of the <see cref="T:System.Data.SqlClient.SqlCommandBuilder" /> class.</summary>
<value>A <see cref="T:System.Data.Common.CatalogLocation" /> object.</value>
<remarks>To be added.</remarks>
<related type="Article" href="~/docs/framework/data/adonet/retrieving-and-modifying-data.md">Connecting and Retrieving Data in ADO.NET</related>
Expand Down Expand Up @@ -251,7 +251,7 @@
<ReturnType>System.String</ReturnType>
</ReturnValue>
<Docs>
<summary>Sets or gets a string used as the catalog separator for an instance of the <see cref="T:System.Data.SqlClient.SqlCommandBuilder" /> class.</summary>
<summary>Gets or sets a string used as the catalog separator for an instance of the <see cref="T:System.Data.SqlClient.SqlCommandBuilder" /> class.</summary>
<value>A string that indicates the catalog separator for use with an instance of the <see cref="T:System.Data.SqlClient.SqlCommandBuilder" /> class.</value>
<remarks>To be added.</remarks>
<related type="Article" href="~/docs/framework/data/adonet/retrieving-and-modifying-data.md">Connecting and Retrieving Data in ADO.NET</related>
Expand Down
2 changes: 1 addition & 1 deletion xml/System.Data.SqlClient/SqlParameter.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1460,7 +1460,7 @@ static void CreateSqlParameterLocaleId(){
<ReturnType>System.Boolean</ReturnType>
</ReturnValue>
<Docs>
<summary>Sets or gets a value which indicates whether the source column is nullable. This allows <see cref="T:System.Data.SqlClient.SqlCommandBuilder" /> to correctly generate Update statements for nullable columns.</summary>
<summary>Gets or sets a value which indicates whether the source column is nullable. This allows <see cref="T:System.Data.SqlClient.SqlCommandBuilder" /> to correctly generate Update statements for nullable columns.</summary>
<value>
<see langword="true" /> if the source column is nullable; <see langword="false" /> if it is not.</value>
<remarks>
Expand Down
2 changes: 1 addition & 1 deletion xml/System.Data/DataView.xml
Original file line number Diff line number Diff line change
Expand Up @@ -365,7 +365,7 @@
<ReturnType>System.Boolean</ReturnType>
</ReturnValue>
<Docs>
<summary>Sets or gets a value that indicates whether deletes are allowed.</summary>
<summary>Gets or sets a value that indicates whether deletes are allowed.</summary>
<value>
<see langword="true" />, if deletes are allowed; otherwise, <see langword="false" />.</value>
<remarks>
Expand Down
4 changes: 2 additions & 2 deletions xml/System.Diagnostics.PerformanceData/CounterData.xml
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@
<ReturnType>System.Int64</ReturnType>
</ReturnValue>
<Docs>
<summary>Sets or gets the raw counter data.</summary>
<summary>Gets or sets the raw counter data.</summary>
<value>The raw counter data.</value>
<remarks>
<format type="text/markdown"><![CDATA[
Expand Down Expand Up @@ -227,7 +227,7 @@
<ReturnType>System.Int64</ReturnType>
</ReturnValue>
<Docs>
<summary>Sets or gets the counter data.</summary>
<summary>Gets or sets the counter data.</summary>
<value>The counter data.</value>
<remarks>
<format type="text/markdown"><![CDATA[
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -372,7 +372,7 @@
</Parameters>
<Docs>
<param name="index">The zero-based index in the <see cref="T:System.Security.Principal.IdentityReferenceCollection" /> collection.</param>
<summary>Sets or gets the node at the specified index of the <see cref="T:System.Security.Principal.IdentityReferenceCollection" /> collection.</summary>
<summary>Gets or sets the node at the specified index of the <see cref="T:System.Security.Principal.IdentityReferenceCollection" /> collection.</summary>
<value>The <see cref="T:System.Security.Principal.IdentityReference" /> at the specified index in the collection. If <paramref name="index" /> is greater than or equal to the number of nodes in the collection, the return value is <see langword="null" />.</value>
<remarks>To be added.</remarks>
</Docs>
Expand Down
2 changes: 1 addition & 1 deletion xml/System.Speech.Synthesis.TtsEngine/TextFragment.xml
Original file line number Diff line number Diff line change
Expand Up @@ -397,7 +397,7 @@ override public void Speak (TextFragment [] frags, IntPtr wfx, ITtsEngineSite si
<ReturnType>System.String</ReturnType>
</ReturnValue>
<Docs>
<summary>Sets or gets the speech text of the fragment.</summary>
<summary>Gets or sets the speech text of the fragment.</summary>
<value>A <see langword="System.String" /> is returned or can be used to set the speech text to be used by a speech synthesis engine to generate audio output.</value>
<remarks>
<format type="text/markdown"><![CDATA[
Expand Down