Skip to content

Commit 4f6b674

Browse files
v-rajagt-zzmairaw
authored andcommitted
US-80785 fixes - add missing content (#2340)
* US-80785 fixes * Update ServiceDescription.xml * Update VsaEngine.xml * undo change * remove extra summaries * undo change * add missing return * improve description/add missing param * Fixes description * fix typo * fixed descriptions * update/add descriptions * fixed/added descriptions * Fixed descriptions * updated/added descriptions * fixed description * updated/added descriptions * updated/added descriptions * updated/added descriptions * updated/added descriptions * added ret val * fix links * updated/added descriptions * fix summary * add ret value * fix links * fix summary * fix summary * fix summary * fix summary * Fix summary * fix summaries * fixed/added descriptions * update/add description * update/add description * update/add description * update/add description * update/add description * update/add description * update/add description * update/add description * added missing sections * Update/add description * update/add description * add missing sections * update/add descriptions * update/add descriptions * update/add descriptions * add missing sections * fixed description * Update/add descriptions * add missing sections * added return value * fixed/added descriptions * fixed/added descriptions * fix broken link * fix broken links
1 parent c5b06eb commit 4f6b674

File tree

53 files changed

+402
-310
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

53 files changed

+402
-310
lines changed

xml/Microsoft.VisualBasic.Vsa/VsaEngine.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
</AssemblyInfo>
4343
<Parameters />
4444
<Docs>
45-
<summary>To be added.</summary>
45+
<summary>Initializes a new instance of the <see cref="T:Microsoft.VisualBasic.Vsa.VsaEngine"/> class.</summary>
4646
<remarks>To be added.</remarks>
4747
</Docs>
4848
</Member>
@@ -902,4 +902,4 @@
902902
</Docs>
903903
</Member>
904904
</Members>
905-
</Type>
905+
</Type>

xml/Microsoft.Vsa/BaseVsaStartup.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,4 +133,4 @@
133133
</Docs>
134134
</Member>
135135
</Members>
136-
</Type>
136+
</Type>

xml/Microsoft.Win32/RegistryKey.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1084,7 +1084,7 @@
10841084
</ReturnValue>
10851085
<Parameters />
10861086
<Docs>
1087-
<summary>To be added.</summary>
1087+
<summary>Closes the key and flushes it to disk if the contents have been modified.</summary>
10881088
<remarks>To be added.</remarks>
10891089
</Docs>
10901090
</Member>
@@ -2991,4 +2991,4 @@ This method has the same effect as calling <xref:Microsoft.Win32.RegistryKey.Clo
29912991
</Docs>
29922992
</Member>
29932993
</Members>
2994-
</Type>
2994+
</Type>

xml/System.Collections.Generic/SortedDictionary`2+ValueCollection.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -855,4 +855,4 @@ finally
855855
</Docs>
856856
</Member>
857857
</Members>
858-
</Type>
858+
</Type>

xml/System.ComponentModel.Design.Serialization/CodeDomSerializer.xml

Lines changed: 32 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -168,11 +168,11 @@
168168
<Parameter Name="expression" Type="System.CodeDom.CodeExpression" Index="2" FrameworkAlternate="netframework-1.1" />
169169
</Parameters>
170170
<Docs>
171-
<param name="manager">To be added.</param>
172-
<param name="name">To be added.</param>
173-
<param name="expression">To be added.</param>
174-
<summary>To be added.</summary>
175-
<returns>To be added.</returns>
171+
<param name="manager">A serialization manager interface that is used during the deserialization process.</param>
172+
<param name="name">An optional name to give the expression. If the expression results in the creation of an object, the object is given this name for subsequent searches through the serialization manager. If this is a null reference (Nothing in Visual Basic), no name will be given.</param>
173+
<param name="expression">The CodeDOM expression to deserialize.</param>
174+
<summary>Deserializes the specified expression.</summary>
175+
<returns>An object resulting from interpretation of <paramref name="expression" />.</returns>
176176
<remarks>To be added.</remarks>
177177
</Docs>
178178
</Member>
@@ -200,10 +200,10 @@
200200
<Parameter Name="filter" Type="System.Attribute[]" Index="2" FrameworkAlternate="netframework-1.1" />
201201
</Parameters>
202202
<Docs>
203-
<param name="manager">To be added.</param>
204-
<param name="value">To be added.</param>
205-
<param name="filter">To be added.</param>
206-
<summary>To be added.</summary>
203+
<param name="manager">A serialization manager interface that is used during the deserialization process.</param>
204+
<param name="value">The object to deserialize properties for.</param>
205+
<param name="filter">An optional filter to apply to the properties.</param>
206+
<summary>Deserializes the properties of the specified object that match the specified filter, if a filter was specified.</summary>
207207
<remarks>To be added.</remarks>
208208
</Docs>
209209
</Member>
@@ -230,9 +230,9 @@
230230
<Parameter Name="statement" Type="System.CodeDom.CodeStatement" Index="1" FrameworkAlternate="netframework-1.1" />
231231
</Parameters>
232232
<Docs>
233-
<param name="manager">To be added.</param>
234-
<param name="statement">To be added.</param>
235-
<summary>To be added.</summary>
233+
<param name="manager">A serialization manager interface that is used during the deserialization process.</param>
234+
<param name="statement">The CodeDOM statement to deserialize.</param>
235+
<summary>Deserializes the specified statement.</summary>
236236
<remarks>To be added.</remarks>
237237
</Docs>
238238
</Member>
@@ -403,11 +403,11 @@
403403
<Parameter Name="filter" Type="System.Attribute[]" Index="3" FrameworkAlternate="netframework-1.1" />
404404
</Parameters>
405405
<Docs>
406-
<param name="manager">To be added.</param>
407-
<param name="statements">To be added.</param>
408-
<param name="value">To be added.</param>
409-
<param name="filter">To be added.</param>
410-
<summary>To be added.</summary>
406+
<param name="manager">The serialization manager to use during serialization.</param>
407+
<param name="statements">A statements collection to which serialized event statements are added.</param>
408+
<param name="value">The object whose events are to be serialized.</param>
409+
<param name="filter">A member attribute filter to apply to the event search.</param>
410+
<summary>Serializes all events of the specified object.</summary>
411411
<remarks>To be added.</remarks>
412412
</Docs>
413413
</Member>
@@ -512,11 +512,11 @@
512512
<Parameter Name="filter" Type="System.Attribute[]" Index="3" FrameworkAlternate="netframework-1.1" />
513513
</Parameters>
514514
<Docs>
515-
<param name="manager">To be added.</param>
516-
<param name="statements">To be added.</param>
517-
<param name="value">To be added.</param>
518-
<param name="filter">To be added.</param>
519-
<summary>To be added.</summary>
515+
<param name="manager">The serialization manager to use during serialization.</param>
516+
<param name="statements">A collection of statements to add the serialized property statements to.</param>
517+
<param name="value">The object whose properties are serialized.</param>
518+
<param name="filter">A member attribute filter to apply to the property search.</param>
519+
<summary>Serializes all properties for the specified object, using the specified filter.</summary>
520520
<remarks>To be added.</remarks>
521521
</Docs>
522522
</Member>
@@ -545,11 +545,11 @@
545545
<Parameter Name="filter" Type="System.Attribute[]" Index="3" FrameworkAlternate="netframework-1.1" />
546546
</Parameters>
547547
<Docs>
548-
<param name="manager">To be added.</param>
549-
<param name="statements">To be added.</param>
550-
<param name="value">To be added.</param>
551-
<param name="filter">To be added.</param>
552-
<summary>To be added.</summary>
548+
<param name="manager">The serialization manager to use during serialization.</param>
549+
<param name="statements">A collection of statements to use during serialization. The resource serializer uses this to write resource creation statements, but will not have individual property assign statements because all the properties are serialized to a resource.</param>
550+
<param name="value">The object to deserialize properties for.</param>
551+
<param name="filter">An optional filter to apply to the properties.</param>
552+
<summary>Serializes the specified properties to resources.</summary>
553553
<remarks>To be added.</remarks>
554554
</Docs>
555555
</Member>
@@ -638,10 +638,10 @@
638638
<Parameter Name="value" Type="System.Object" Index="1" FrameworkAlternate="netframework-1.1" />
639639
</Parameters>
640640
<Docs>
641-
<param name="manager">To be added.</param>
642-
<param name="value">To be added.</param>
643-
<summary>To be added.</summary>
644-
<returns>To be added.</returns>
641+
<param name="manager">The serialization manager to use during serialization.</param>
642+
<param name="value">The object to serialize.</param>
643+
<summary>Serializes the specified value to a CodeDOM expression.</summary>
644+
<returns>The serialized value. This returns a null reference (Nothing in Visual Basic) if there is no serializer for the specified value, or if the serializer for that value did not return a <see cref="T:System.CodeDom.CodeExpression"/>.</returns>
645645
<remarks>To be added.</remarks>
646646
</Docs>
647647
</Member>
@@ -691,4 +691,4 @@
691691
</Docs>
692692
</Member>
693693
</Members>
694-
</Type>
694+
</Type>

xml/System.ComponentModel.Design/ByteViewer.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -214,8 +214,8 @@
214214
<Parameter Name="e" Type="System.EventArgs" Index="0" FrameworkAlternate="netframework-1.1" />
215215
</Parameters>
216216
<Docs>
217-
<param name="e">To be added.</param>
218-
<summary>To be added.</summary>
217+
<param name="e">The data for the event.</param>
218+
<summary>Raises the <see cref="E:System.Windows.Forms.Control.Resize" /> event.</summary>
219219
<remarks>To be added.</remarks>
220220
</Docs>
221221
</Member>
@@ -411,4 +411,4 @@
411411
</Docs>
412412
</Member>
413413
</Members>
414-
</Type>
414+
</Type>

xml/System.Data.Common/DbDataAdapter.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1431,7 +1431,7 @@ adapter.Fill(dataset, "AAA"); // Fills table "aaa" because only one similarly na
14311431
<ReturnType>System.Data.FillErrorEventHandler</ReturnType>
14321432
</ReturnValue>
14331433
<Docs>
1434-
<summary>To be added.</summary>
1434+
<summary>Returned when an error occurs during a fill operation.</summary>
14351435
<remarks>To be added.</remarks>
14361436
</Docs>
14371437
</Member>
@@ -2218,8 +2218,8 @@ adapter.FillSchema(dataset, "AAA"); // Fills the schema of table "aaa" because o
22182218
<Parameter Name="value" Type="System.Data.FillErrorEventArgs" Index="0" FrameworkAlternate="netframework-1.1" />
22192219
</Parameters>
22202220
<Docs>
2221-
<param name="value">To be added.</param>
2222-
<summary>To be added.</summary>
2221+
<param name="value">The data for the event.</param>
2222+
<summary>Raises the <see cref="E:System.Data.Common.DataAdapter.FillError"/> event.</summary>
22232223
<remarks>To be added.</remarks>
22242224
</Docs>
22252225
</Member>
@@ -3343,4 +3343,4 @@ DataSet dataset = new DataSet();
33433343
</Docs>
33443344
</Member>
33453345
</Members>
3346-
</Type>
3346+
</Type>

xml/System.Data.Odbc/OdbcCommand.xml

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1186,9 +1186,10 @@ SELECT * FROM Customers WHERE CustomerID = ?
11861186
</ReturnValue>
11871187
<Parameters />
11881188
<Docs>
1189-
<summary>To be added.</summary>
1190-
<returns>To be added.</returns>
1189+
<summary>Executes the <see cref="P:System.Data.IDbCommand.CommandText" /> against the <see cref="P:System.Data.IDbCommand.Connection" /> and builds an <see cref="T:System.Data.IDataReader" />.</summary>
1190+
<returns>An <see cref="T:System.Data.IDataReader" /> object.</returns>
11911191
<remarks>To be added.</remarks>
1192+
<forInternalUseOnly />
11921193
</Docs>
11931194
</Member>
11941195
<Member MemberName="System.Data.IDbCommand.ExecuteReader">
@@ -1215,10 +1216,11 @@ SELECT * FROM Customers WHERE CustomerID = ?
12151216
<Parameter Name="behavior" Type="System.Data.CommandBehavior" Index="0" FrameworkAlternate="netframework-1.1" />
12161217
</Parameters>
12171218
<Docs>
1218-
<param name="behavior">To be added.</param>
1219-
<summary>To be added.</summary>
1220-
<returns>To be added.</returns>
1219+
<param name="behavior">A bitwise combination of the enumeration values that specifies the command behavior.</param>
1220+
<summary>Executes the <see cref="P:System.Data.IDbCommand.CommandText" /> against the <see cref="P:System.Data.IDbCommand.Connection" />, and builds an <see cref="T:System.Data.IDataReader" /> using the specified behavior.</summary>
1221+
<returns>An <see cref="T:System.Data.IDataReader" /> object.</returns>
12211222
<remarks>To be added.</remarks>
1223+
<forInternalUseOnly />
12221224
</Docs>
12231225
</Member>
12241226
<Member MemberName="System.ICloneable.Clone">
@@ -1353,4 +1355,4 @@ SELECT * FROM Customers WHERE CustomerID = ?
13531355
</Docs>
13541356
</Member>
13551357
</Members>
1356-
</Type>
1358+
</Type>

xml/System.Data.Odbc/OdbcCommandBuilder.xml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -820,8 +820,8 @@
820820
<ReturnType>System.String</ReturnType>
821821
</ReturnValue>
822822
<Docs>
823-
<summary>To be added.</summary>
824-
<value>To be added.</value>
823+
<summary>Gets or sets the beginning character or characters to use when working with database objects (for example, tables or columns) whose names contain characters such as spaces or reserved tokens.</summary>
824+
<value>The beginning character or characters to use. The default is an empty string.</value>
825825
<remarks>To be added.</remarks>
826826
</Docs>
827827
</Member>
@@ -852,8 +852,8 @@
852852
<ReturnType>System.String</ReturnType>
853853
</ReturnValue>
854854
<Docs>
855-
<summary>To be added.</summary>
856-
<value>To be added.</value>
855+
<summary>Gets or sets the ending character or characters to use when working with database objects, (for example, tables or columns), whose names contain characters such as spaces or reserved tokens.</summary>
856+
<value>The ending character or characters to use. The default is an empty string.</value>
857857
<remarks>To be added.</remarks>
858858
</Docs>
859859
</Member>
@@ -877,7 +877,7 @@
877877
</ReturnValue>
878878
<Parameters />
879879
<Docs>
880-
<summary>To be added.</summary>
880+
<summary>Clears the commands associated with this <see cref="T:System.Data.Odbc.OdbcCommandBuilder" />.</summary>
881881
<remarks>To be added.</remarks>
882882
</Docs>
883883
</Member>
@@ -988,4 +988,4 @@
988988
</Docs>
989989
</Member>
990990
</Members>
991-
</Type>
991+
</Type>

xml/System.Data.Odbc/OdbcConnection.xml

Lines changed: 16 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -196,10 +196,10 @@
196196
<Parameter Name="isolationLevel" Type="System.Data.IsolationLevel" Index="0" FrameworkAlternate="dotnet-plat-ext-2.1;dotnet-plat-ext-2.2;dotnet-plat-ext-3.0;netcore-2.0;netcore-2.1;netcore-2.2;netcore-3.0;netframework-2.0;netframework-3.0;netframework-3.5;netframework-4.0;netframework-4.5;netframework-4.5.1;netframework-4.5.2;netframework-4.6;netframework-4.6.1;netframework-4.6.2;netframework-4.7;netframework-4.7.1;netframework-4.7.2;netframework-4.8;xamarinmac-3.0" />
197197
</Parameters>
198198
<Docs>
199-
<param name="isolationLevel">To be added.</param>
200-
<summary>To be added.</summary>
201-
<returns>To be added.</returns>
202-
<remarks>To be added.</remarks>
199+
<param name="isolationLevel">A bitwise combination of the enumeration values that specify the isolation level of the transaction.</param>
200+
<summary>Begins a transaction on the connection.</summary>
201+
<returns>The transaction.</returns>
202+
<remarks>To be added.</remarks>
203203
</Docs>
204204
</Member>
205205
<MemberGroup MemberName="BeginTransaction">
@@ -1271,7 +1271,7 @@ driver-defined-attribute-keyword ::= identifier
12711271
<ReturnType>System.Data.StateChangeEventHandler</ReturnType>
12721272
</ReturnValue>
12731273
<Docs>
1274-
<summary>To be added.</summary>
1274+
<summary>Occurs when the state of the connection changes.</summary>
12751275
<remarks>To be added.</remarks>
12761276
</Docs>
12771277
</Member>
@@ -1297,9 +1297,10 @@ driver-defined-attribute-keyword ::= identifier
12971297
</ReturnValue>
12981298
<Parameters />
12991299
<Docs>
1300-
<summary>To be added.</summary>
1301-
<returns>To be added.</returns>
1300+
<summary>Begins a database transaction.</summary>
1301+
<returns>An object representing the new transaction.</returns>
13021302
<remarks>To be added.</remarks>
1303+
<forInternalUseOnly />
13031304
</Docs>
13041305
</Member>
13051306
<Member MemberName="System.Data.IDbConnection.BeginTransaction">
@@ -1326,10 +1327,11 @@ driver-defined-attribute-keyword ::= identifier
13261327
<Parameter Name="isolevel" Type="System.Data.IsolationLevel" Index="0" FrameworkAlternate="netframework-1.1" />
13271328
</Parameters>
13281329
<Docs>
1329-
<param name="isolevel">To be added.</param>
1330-
<summary>To be added.</summary>
1331-
<returns>To be added.</returns>
1330+
<param name="isolevel">A bitwise combination of the enumeration values that specify the isolation level.</param>
1331+
<summary>Begins a database transaction with the specified isolation level.</summary>
1332+
<returns>An object representing the new transaction.</returns>
13321333
<remarks>To be added.</remarks>
1334+
<forInternalUseOnly />
13331335
</Docs>
13341336
</Member>
13351337
<Member MemberName="System.Data.IDbConnection.CreateCommand">
@@ -1354,9 +1356,10 @@ driver-defined-attribute-keyword ::= identifier
13541356
</ReturnValue>
13551357
<Parameters />
13561358
<Docs>
1357-
<summary>To be added.</summary>
1358-
<returns>To be added.</returns>
1359+
<summary>Creates and returns a command object associated with the connection.</summary>
1360+
<returns>A command object associated with the connection.</returns>
13591361
<remarks>To be added.</remarks>
1362+
<forInternalUseOnly />
13601363
</Docs>
13611364
</Member>
13621365
<Member MemberName="System.ICloneable.Clone">
@@ -1398,4 +1401,4 @@ driver-defined-attribute-keyword ::= identifier
13981401
</Docs>
13991402
</Member>
14001403
</Members>
1401-
</Type>
1404+
</Type>

0 commit comments

Comments
 (0)