From 3de487c4e781923406a25a73322b938834ca5fd2 Mon Sep 17 00:00:00 2001 From: Raaj Baskaran Date: Mon, 25 Nov 2019 16:26:12 -0600 Subject: [PATCH 01/34] added missing info --- .../CodeDOMProcessor.xml | 8 ++++---- xml/Microsoft.Vsa.Vb.CodeDOM/Location.xml | 2 +- .../_CodeDOMProcessor.xml | 8 ++++---- xml/Microsoft.Vsa.Vb.CodeDOM/_Location.xml | 2 +- xml/Microsoft.Vsa/VsaException.xml | 4 ++-- xml/Microsoft.Vsa/VsaLoader.xml | 8 ++++---- xml/Microsoft.Vsa/VsaModule.xml | 2 +- xml/Microsoft_VsaVb/VsaDTEngineClass.xml | 2 +- xml/Microsoft_VsaVb/VsaEngineClass.xml | 20 +++++++++---------- .../CreateExpressionFromStringCallback.xml | 8 ++++---- .../DynamicUpdateMapExtension.xml | 2 +- .../CodeDomSerializer.xml | 16 +++++++-------- .../MetadataExtensionMethods.xml | 2 +- xml/System.Data/DataView.xml | 2 +- xml/System.Data/TypedTableBaseExtensions.xml | 2 +- xml/System.Data/TypedTableBase`1.xml | 2 +- 16 files changed, 45 insertions(+), 45 deletions(-) diff --git a/xml/Microsoft.Vsa.Vb.CodeDOM/CodeDOMProcessor.xml b/xml/Microsoft.Vsa.Vb.CodeDOM/CodeDOMProcessor.xml index fd4bdcbde7e..2db8dbee991 100644 --- a/xml/Microsoft.Vsa.Vb.CodeDOM/CodeDOMProcessor.xml +++ b/xml/Microsoft.Vsa.Vb.CodeDOM/CodeDOMProcessor.xml @@ -30,7 +30,7 @@ - To be added. + Implements the CodeDOMProcessor interface. To be added. @@ -75,9 +75,9 @@ - To be added. - To be added. - To be added. + The XML Stream to be read + Gets code from XML content + The compile unit of the code extracted. To be added. diff --git a/xml/Microsoft.Vsa.Vb.CodeDOM/Location.xml b/xml/Microsoft.Vsa.Vb.CodeDOM/Location.xml index 220e75f5b03..826f5b1e79e 100644 --- a/xml/Microsoft.Vsa.Vb.CodeDOM/Location.xml +++ b/xml/Microsoft.Vsa.Vb.CodeDOM/Location.xml @@ -30,7 +30,7 @@ - To be added. + Implements the Location interface. To be added. diff --git a/xml/Microsoft.Vsa.Vb.CodeDOM/_CodeDOMProcessor.xml b/xml/Microsoft.Vsa.Vb.CodeDOM/_CodeDOMProcessor.xml index 483a52eac0f..a0724d6b626 100644 --- a/xml/Microsoft.Vsa.Vb.CodeDOM/_CodeDOMProcessor.xml +++ b/xml/Microsoft.Vsa.Vb.CodeDOM/_CodeDOMProcessor.xml @@ -20,7 +20,7 @@ - To be added. + Implements the CodeDOMProcessor interface. To be added. @@ -44,9 +44,9 @@ - To be added. - To be added. - To be added. + The XML Stream to be read + Gets code from XML content + The compile unit of the code extracted. To be added. diff --git a/xml/Microsoft.Vsa.Vb.CodeDOM/_Location.xml b/xml/Microsoft.Vsa.Vb.CodeDOM/_Location.xml index e8849a06394..af237d2925a 100644 --- a/xml/Microsoft.Vsa.Vb.CodeDOM/_Location.xml +++ b/xml/Microsoft.Vsa.Vb.CodeDOM/_Location.xml @@ -20,7 +20,7 @@ - To be added. + Implements the Location interface To be added. diff --git a/xml/Microsoft.Vsa/VsaException.xml b/xml/Microsoft.Vsa/VsaException.xml index 6ff5b59aa0d..925a53b100c 100644 --- a/xml/Microsoft.Vsa/VsaException.xml +++ b/xml/Microsoft.Vsa/VsaException.xml @@ -230,8 +230,8 @@ - To be added. - To be added. + The serialization information + The streaming context. This member supports the .NET Framework infrastructure and is not intended to be used directly from your code. To be added. diff --git a/xml/Microsoft.Vsa/VsaLoader.xml b/xml/Microsoft.Vsa/VsaLoader.xml index 6943f5f8575..c083378a714 100644 --- a/xml/Microsoft.Vsa/VsaLoader.xml +++ b/xml/Microsoft.Vsa/VsaLoader.xml @@ -431,7 +431,7 @@ - To be added. + Manages project persistence and stores and retrieves code and other items using save and load operations implemented by the host. This member supports the .NET Framework infrastructure and is not intended to be used directly from your code. To be added. @@ -610,8 +610,8 @@ - To be added. - To be added. + The file formatted in PE. + The file formatted in PDB. This member supports the .NET Framework infrastructure and is not intended to be used directly from your code. To be added. @@ -639,7 +639,7 @@ - To be added. + Manages project persistence and stores and retrieves code and other items using save and load operations implemented by the host. This member supports the .NET Framework infrastructure and is not intended to be used directly from your code. To be added. diff --git a/xml/Microsoft.Vsa/VsaModule.xml b/xml/Microsoft.Vsa/VsaModule.xml index d8bece7117b..e1a60fb708a 100644 --- a/xml/Microsoft.Vsa/VsaModule.xml +++ b/xml/Microsoft.Vsa/VsaModule.xml @@ -47,7 +47,7 @@ - To be added. + True if the module is a VSA module, false otherwise This member supports the .NET Framework infrastructure and is not intended to be used directly from your code. To be added. diff --git a/xml/Microsoft_VsaVb/VsaDTEngineClass.xml b/xml/Microsoft_VsaVb/VsaDTEngineClass.xml index efa25140417..221f7dbc2fc 100644 --- a/xml/Microsoft_VsaVb/VsaDTEngineClass.xml +++ b/xml/Microsoft_VsaVb/VsaDTEngineClass.xml @@ -81,7 +81,7 @@ - To be added. + True if Debugger is to be Attached, false otherwise. This API supports the .NET Framework infrastructure and is not intended to be used directly from your code. To be added. diff --git a/xml/Microsoft_VsaVb/VsaEngineClass.xml b/xml/Microsoft_VsaVb/VsaEngineClass.xml index 734cdd1274e..406078f3780 100644 --- a/xml/Microsoft_VsaVb/VsaEngineClass.xml +++ b/xml/Microsoft_VsaVb/VsaEngineClass.xml @@ -135,7 +135,7 @@ This API supports the .NET Framework infrastructure and is not intended to be used directly from your code. - To be added. + True if compilation was successful. To be added. @@ -224,7 +224,7 @@ To be added. This API supports the .NET Framework infrastructure and is not intended to be used directly from your code. - To be added. + The name of the option object. To be added. @@ -366,9 +366,9 @@ - To be added. + The identifier to be validated. This API supports the .NET Framework infrastructure and is not intended to be used directly from your code. - To be added. + True if identifier is valid, false otherwise To be added. @@ -485,7 +485,7 @@ - To be added. + Manages project persistence and stores and retrieves code and other items using save and load operations implemented by the host. This API supports the .NET Framework infrastructure and is not intended to be used directly from your code. To be added. @@ -679,8 +679,8 @@ - To be added. - To be added. + The file formatted in PE. + The file formatted in PDB. This API supports the .NET Framework infrastructure and is not intended to be used directly from your code. To be added. @@ -708,7 +708,7 @@ - To be added. + Manages project persistence and stores and retrieves code and other items using save and load operations implemented by the host. This API supports the .NET Framework infrastructure and is not intended to be used directly from your code. To be added. @@ -737,8 +737,8 @@ - To be added. - To be added. + The name of the option to be set. + The value of the option to be set. This API supports the .NET Framework infrastructure and is not intended to be used directly from your code. To be added. diff --git a/xml/System.Activities.Presentation.Expressions/CreateExpressionFromStringCallback.xml b/xml/System.Activities.Presentation.Expressions/CreateExpressionFromStringCallback.xml index 2bef594ed75..54700a8d219 100644 --- a/xml/System.Activities.Presentation.Expressions/CreateExpressionFromStringCallback.xml +++ b/xml/System.Activities.Presentation.Expressions/CreateExpressionFromStringCallback.xml @@ -21,11 +21,11 @@ System.Activities.ActivityWithResult - To be added. - To be added. - To be added. + The Expression to be created in the form of a String + True if location expression is used, false otherwise + The type of expression to be added. Represents a delegate supplied by the custom expression editor to create an expression activity from string text. - To be added. + An object with the system activites enclosed To be added. diff --git a/xml/System.Activities.XamlIntegration/DynamicUpdateMapExtension.xml b/xml/System.Activities.XamlIntegration/DynamicUpdateMapExtension.xml index 6d203766fb2..4c39f0f9e37 100644 --- a/xml/System.Activities.XamlIntegration/DynamicUpdateMapExtension.xml +++ b/xml/System.Activities.XamlIntegration/DynamicUpdateMapExtension.xml @@ -91,7 +91,7 @@ The service provider. Specifies the value for service provider. - To be added. + The updated return object. To be added. diff --git a/xml/System.ComponentModel.Design.Serialization/CodeDomSerializer.xml b/xml/System.ComponentModel.Design.Serialization/CodeDomSerializer.xml index 80620fe851f..9355c457ac5 100644 --- a/xml/System.ComponentModel.Design.Serialization/CodeDomSerializer.xml +++ b/xml/System.ComponentModel.Design.Serialization/CodeDomSerializer.xml @@ -586,10 +586,10 @@ - To be added. - To be added. - To be added. - To be added. + Provides an interface that can manage design-time serialization. + The name of the resource. + The Value represented as a string. + Serializes the provided resource. To be added. @@ -617,10 +617,10 @@ - To be added. - To be added. - To be added. - To be added. + Provides an interface that can manage design-time serialization. + The name of the resource. + The Value represented as a string. + Serializes the provided resource Invariably. To be added. diff --git a/xml/System.Data.Entity.Design/MetadataExtensionMethods.xml b/xml/System.Data.Entity.Design/MetadataExtensionMethods.xml index dbc5b6a412d..b36b39e4744 100644 --- a/xml/System.Data.Entity.Design/MetadataExtensionMethods.xml +++ b/xml/System.Data.Entity.Design/MetadataExtensionMethods.xml @@ -46,7 +46,7 @@ The item collection from which to retrieve the list of primitive types The version of edm to use Gets the list of primitive types for the given version of Edm. - To be added. + A collection of primitive types. To be added. diff --git a/xml/System.Data/DataView.xml b/xml/System.Data/DataView.xml index 53f05c28b05..967a323bab6 100644 --- a/xml/System.Data/DataView.xml +++ b/xml/System.Data/DataView.xml @@ -3302,7 +3302,7 @@ An array of objects to find in the collection as bindable. This can be . For a description of this member, see . - To be added. + A collection of property descriptors The type of the row elements in , . - To be added. + The selector. A that contains the elements to invoke a transformation function upon. A transformation function to apply to each element. Projects each element of a into a new form. diff --git a/xml/System.Data/TypedTableBase`1.xml b/xml/System.Data/TypedTableBase`1.xml index c3d96d055ad..29e5661955b 100644 --- a/xml/System.Data/TypedTableBase`1.xml +++ b/xml/System.Data/TypedTableBase`1.xml @@ -155,7 +155,7 @@ - To be added. + The Result Converts the elements of an to the specified type. This method supports typed object generation by Visual Studio and the XSD.exe .NET Framework tool. This method is not intended to be used directly from your code. An that contains each element of the source sequence converted to the specified type. To be added. From 3d3b6dc358a2729319904f28fadb03866e1f1816 Mon Sep 17 00:00:00 2001 From: rocketsofthsv <57688429+rocketsofthsv@users.noreply.github.com> Date: Thu, 26 Dec 2019 13:06:27 -0600 Subject: [PATCH 02/34] Update xml/Microsoft.Vsa.Vb.CodeDOM/CodeDOMProcessor.xml Co-Authored-By: Maira Wenzel --- xml/Microsoft.Vsa.Vb.CodeDOM/CodeDOMProcessor.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xml/Microsoft.Vsa.Vb.CodeDOM/CodeDOMProcessor.xml b/xml/Microsoft.Vsa.Vb.CodeDOM/CodeDOMProcessor.xml index 2db8dbee991..33e43cf7262 100644 --- a/xml/Microsoft.Vsa.Vb.CodeDOM/CodeDOMProcessor.xml +++ b/xml/Microsoft.Vsa.Vb.CodeDOM/CodeDOMProcessor.xml @@ -30,7 +30,7 @@ - Implements the CodeDOMProcessor interface. + Defines a CodeDOM processor. To be added. From b39865159e78a96fb19e8e58c89482188d601a0b Mon Sep 17 00:00:00 2001 From: rocketsofthsv <57688429+rocketsofthsv@users.noreply.github.com> Date: Thu, 26 Dec 2019 13:06:38 -0600 Subject: [PATCH 03/34] Update xml/Microsoft.Vsa.Vb.CodeDOM/CodeDOMProcessor.xml Co-Authored-By: Maira Wenzel --- xml/Microsoft.Vsa.Vb.CodeDOM/CodeDOMProcessor.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xml/Microsoft.Vsa.Vb.CodeDOM/CodeDOMProcessor.xml b/xml/Microsoft.Vsa.Vb.CodeDOM/CodeDOMProcessor.xml index 33e43cf7262..1cda71508f2 100644 --- a/xml/Microsoft.Vsa.Vb.CodeDOM/CodeDOMProcessor.xml +++ b/xml/Microsoft.Vsa.Vb.CodeDOM/CodeDOMProcessor.xml @@ -75,7 +75,7 @@ - The XML Stream to be read + The XML stream to be read. Gets code from XML content The compile unit of the code extracted. To be added. From e5d978487b5feb074e6da94f2b55e375007722f7 Mon Sep 17 00:00:00 2001 From: rocketsofthsv <57688429+rocketsofthsv@users.noreply.github.com> Date: Thu, 26 Dec 2019 13:06:45 -0600 Subject: [PATCH 04/34] Update xml/Microsoft.Vsa.Vb.CodeDOM/CodeDOMProcessor.xml Co-Authored-By: Maira Wenzel --- xml/Microsoft.Vsa.Vb.CodeDOM/CodeDOMProcessor.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xml/Microsoft.Vsa.Vb.CodeDOM/CodeDOMProcessor.xml b/xml/Microsoft.Vsa.Vb.CodeDOM/CodeDOMProcessor.xml index 1cda71508f2..6bf12a72d9a 100644 --- a/xml/Microsoft.Vsa.Vb.CodeDOM/CodeDOMProcessor.xml +++ b/xml/Microsoft.Vsa.Vb.CodeDOM/CodeDOMProcessor.xml @@ -76,7 +76,7 @@ The XML stream to be read. - Gets code from XML content + Gets code from XML content. The compile unit of the code extracted. To be added. From af6a4b7e5eb74eb2171ae53275ad12399dd8906c Mon Sep 17 00:00:00 2001 From: rocketsofthsv <57688429+rocketsofthsv@users.noreply.github.com> Date: Thu, 26 Dec 2019 13:06:57 -0600 Subject: [PATCH 05/34] Update xml/Microsoft.Vsa.Vb.CodeDOM/_CodeDOMProcessor.xml Co-Authored-By: Maira Wenzel --- xml/Microsoft.Vsa.Vb.CodeDOM/_CodeDOMProcessor.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xml/Microsoft.Vsa.Vb.CodeDOM/_CodeDOMProcessor.xml b/xml/Microsoft.Vsa.Vb.CodeDOM/_CodeDOMProcessor.xml index a0724d6b626..eec48de0883 100644 --- a/xml/Microsoft.Vsa.Vb.CodeDOM/_CodeDOMProcessor.xml +++ b/xml/Microsoft.Vsa.Vb.CodeDOM/_CodeDOMProcessor.xml @@ -20,7 +20,7 @@ - Implements the CodeDOMProcessor interface. + Implements the CodeDOM processor interface. To be added. From f6152b69be731978b3175b7048b6ec67a077838a Mon Sep 17 00:00:00 2001 From: rocketsofthsv <57688429+rocketsofthsv@users.noreply.github.com> Date: Thu, 26 Dec 2019 13:07:33 -0600 Subject: [PATCH 06/34] Update xml/Microsoft.Vsa.Vb.CodeDOM/_CodeDOMProcessor.xml Co-Authored-By: Maira Wenzel --- xml/Microsoft.Vsa.Vb.CodeDOM/_CodeDOMProcessor.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xml/Microsoft.Vsa.Vb.CodeDOM/_CodeDOMProcessor.xml b/xml/Microsoft.Vsa.Vb.CodeDOM/_CodeDOMProcessor.xml index eec48de0883..0cf79d294e8 100644 --- a/xml/Microsoft.Vsa.Vb.CodeDOM/_CodeDOMProcessor.xml +++ b/xml/Microsoft.Vsa.Vb.CodeDOM/_CodeDOMProcessor.xml @@ -44,7 +44,7 @@ - The XML Stream to be read + The XML Stream to be read. Gets code from XML content The compile unit of the code extracted. To be added. From 4e08e6fc46d4f823badb7b170495276692907c41 Mon Sep 17 00:00:00 2001 From: rocketsofthsv <57688429+rocketsofthsv@users.noreply.github.com> Date: Thu, 26 Dec 2019 13:07:43 -0600 Subject: [PATCH 07/34] Update xml/Microsoft.Vsa.Vb.CodeDOM/_CodeDOMProcessor.xml Co-Authored-By: Maira Wenzel --- xml/Microsoft.Vsa.Vb.CodeDOM/_CodeDOMProcessor.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xml/Microsoft.Vsa.Vb.CodeDOM/_CodeDOMProcessor.xml b/xml/Microsoft.Vsa.Vb.CodeDOM/_CodeDOMProcessor.xml index 0cf79d294e8..8cf8c4a4f38 100644 --- a/xml/Microsoft.Vsa.Vb.CodeDOM/_CodeDOMProcessor.xml +++ b/xml/Microsoft.Vsa.Vb.CodeDOM/_CodeDOMProcessor.xml @@ -45,7 +45,7 @@ The XML Stream to be read. - Gets code from XML content + Gets code from XML content. The compile unit of the code extracted. To be added. From f300f909107f742efe38859926c2bfeba0f01370 Mon Sep 17 00:00:00 2001 From: rocketsofthsv <57688429+rocketsofthsv@users.noreply.github.com> Date: Thu, 26 Dec 2019 13:08:20 -0600 Subject: [PATCH 08/34] Update xml/Microsoft.Vsa.Vb.CodeDOM/_Location.xml Co-Authored-By: Maira Wenzel --- xml/Microsoft.Vsa.Vb.CodeDOM/_Location.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xml/Microsoft.Vsa.Vb.CodeDOM/_Location.xml b/xml/Microsoft.Vsa.Vb.CodeDOM/_Location.xml index af237d2925a..a09ab191109 100644 --- a/xml/Microsoft.Vsa.Vb.CodeDOM/_Location.xml +++ b/xml/Microsoft.Vsa.Vb.CodeDOM/_Location.xml @@ -20,7 +20,7 @@ - Implements the Location interface + Implements the Location interface. To be added. From 35f4ab8e12f2e3be4096946abd5f5f04d22cf251 Mon Sep 17 00:00:00 2001 From: rocketsofthsv <57688429+rocketsofthsv@users.noreply.github.com> Date: Thu, 26 Dec 2019 13:08:30 -0600 Subject: [PATCH 09/34] Update xml/Microsoft.Vsa/VsaException.xml Co-Authored-By: Maira Wenzel --- xml/Microsoft.Vsa/VsaException.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xml/Microsoft.Vsa/VsaException.xml b/xml/Microsoft.Vsa/VsaException.xml index 925a53b100c..95179225d38 100644 --- a/xml/Microsoft.Vsa/VsaException.xml +++ b/xml/Microsoft.Vsa/VsaException.xml @@ -230,7 +230,7 @@ - The serialization information + The object that holds the serialized object data about the exception being thrown. The streaming context. This member supports the .NET Framework infrastructure and is not intended to be used directly from your code. To be added. From 3933c44c4a3a86ad1f5e859ce90dbdf8e5bb64e0 Mon Sep 17 00:00:00 2001 From: rocketsofthsv <57688429+rocketsofthsv@users.noreply.github.com> Date: Thu, 26 Dec 2019 13:08:38 -0600 Subject: [PATCH 10/34] Update xml/Microsoft.Vsa/VsaException.xml Co-Authored-By: Maira Wenzel --- xml/Microsoft.Vsa/VsaException.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xml/Microsoft.Vsa/VsaException.xml b/xml/Microsoft.Vsa/VsaException.xml index 95179225d38..d8d98d6d87f 100644 --- a/xml/Microsoft.Vsa/VsaException.xml +++ b/xml/Microsoft.Vsa/VsaException.xml @@ -231,7 +231,7 @@ The object that holds the serialized object data about the exception being thrown. - The streaming context. + An object that contains contextual information about the source or destination. This member supports the .NET Framework infrastructure and is not intended to be used directly from your code. To be added. From 1e9e0e21340a3b93b4a759ed8ad69c4561454fef Mon Sep 17 00:00:00 2001 From: rocketsofthsv <57688429+rocketsofthsv@users.noreply.github.com> Date: Thu, 26 Dec 2019 13:08:45 -0600 Subject: [PATCH 11/34] Update xml/Microsoft.Vsa/VsaException.xml Co-Authored-By: Maira Wenzel --- xml/Microsoft.Vsa/VsaException.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xml/Microsoft.Vsa/VsaException.xml b/xml/Microsoft.Vsa/VsaException.xml index d8d98d6d87f..306280dfe4f 100644 --- a/xml/Microsoft.Vsa/VsaException.xml +++ b/xml/Microsoft.Vsa/VsaException.xml @@ -232,7 +232,7 @@ The object that holds the serialized object data about the exception being thrown. An object that contains contextual information about the source or destination. - This member supports the .NET Framework infrastructure and is not intended to be used directly from your code. + Sets the with information about the exception. To be added. From fdef8c3d3c7a57753ed216d61a1aacbeaa8aaf64 Mon Sep 17 00:00:00 2001 From: rocketsofthsv <57688429+rocketsofthsv@users.noreply.github.com> Date: Thu, 26 Dec 2019 13:08:52 -0600 Subject: [PATCH 12/34] Update xml/Microsoft.Vsa/VsaException.xml Co-Authored-By: Maira Wenzel --- xml/Microsoft.Vsa/VsaException.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/xml/Microsoft.Vsa/VsaException.xml b/xml/Microsoft.Vsa/VsaException.xml index 306280dfe4f..63651e01ce9 100644 --- a/xml/Microsoft.Vsa/VsaException.xml +++ b/xml/Microsoft.Vsa/VsaException.xml @@ -234,6 +234,7 @@ An object that contains contextual information about the source or destination. Sets the with information about the exception. To be added. + From 72efaaadd47f0c87e39ec2509b6ed2b79d21ecd1 Mon Sep 17 00:00:00 2001 From: rocketsofthsv <57688429+rocketsofthsv@users.noreply.github.com> Date: Thu, 26 Dec 2019 13:09:02 -0600 Subject: [PATCH 13/34] Update xml/Microsoft.Vsa/VsaLoader.xml Co-Authored-By: Maira Wenzel --- xml/Microsoft.Vsa/VsaLoader.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xml/Microsoft.Vsa/VsaLoader.xml b/xml/Microsoft.Vsa/VsaLoader.xml index c083378a714..2a35fb97a18 100644 --- a/xml/Microsoft.Vsa/VsaLoader.xml +++ b/xml/Microsoft.Vsa/VsaLoader.xml @@ -431,7 +431,7 @@ - Manages project persistence and stores and retrieves code and other items using save and load operations implemented by the host. + The site from which the specified source items are loaded. This member supports the .NET Framework infrastructure and is not intended to be used directly from your code. To be added. From a64475bac0a2393ff1bda3ca163a399e5c7eb595 Mon Sep 17 00:00:00 2001 From: rocketsofthsv <57688429+rocketsofthsv@users.noreply.github.com> Date: Thu, 26 Dec 2019 13:09:09 -0600 Subject: [PATCH 14/34] Update xml/Microsoft.Vsa/VsaLoader.xml Co-Authored-By: Maira Wenzel --- xml/Microsoft.Vsa/VsaLoader.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xml/Microsoft.Vsa/VsaLoader.xml b/xml/Microsoft.Vsa/VsaLoader.xml index 2a35fb97a18..09b59c08b3a 100644 --- a/xml/Microsoft.Vsa/VsaLoader.xml +++ b/xml/Microsoft.Vsa/VsaLoader.xml @@ -432,7 +432,7 @@ The site from which the specified source items are loaded. - This member supports the .NET Framework infrastructure and is not intended to be used directly from your code. + Directs the script engine to load source items from their point of persistence, as specified by the object. To be added. From d044c3c645aae942736f4d23ecd9211b2c60b3bd Mon Sep 17 00:00:00 2001 From: rocketsofthsv <57688429+rocketsofthsv@users.noreply.github.com> Date: Thu, 26 Dec 2019 13:09:17 -0600 Subject: [PATCH 15/34] Update xml/Microsoft.Vsa/VsaLoader.xml Co-Authored-By: Maira Wenzel --- xml/Microsoft.Vsa/VsaLoader.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/xml/Microsoft.Vsa/VsaLoader.xml b/xml/Microsoft.Vsa/VsaLoader.xml index 09b59c08b3a..027aeb87a09 100644 --- a/xml/Microsoft.Vsa/VsaLoader.xml +++ b/xml/Microsoft.Vsa/VsaLoader.xml @@ -434,6 +434,7 @@ The site from which the specified source items are loaded. Directs the script engine to load source items from their point of persistence, as specified by the object. To be added. + From ae9d5a8aa75106bd32807decf498194e07e3932c Mon Sep 17 00:00:00 2001 From: rocketsofthsv <57688429+rocketsofthsv@users.noreply.github.com> Date: Thu, 26 Dec 2019 13:10:03 -0600 Subject: [PATCH 16/34] Update xml/Microsoft.Vsa/VsaLoader.xml Co-Authored-By: Maira Wenzel --- xml/Microsoft.Vsa/VsaLoader.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/xml/Microsoft.Vsa/VsaLoader.xml b/xml/Microsoft.Vsa/VsaLoader.xml index 027aeb87a09..22ce264c4b3 100644 --- a/xml/Microsoft.Vsa/VsaLoader.xml +++ b/xml/Microsoft.Vsa/VsaLoader.xml @@ -615,6 +615,7 @@ The file formatted in PDB. This member supports the .NET Framework infrastructure and is not intended to be used directly from your code. To be added. + From 9b29bc6604f18df8d404ce45c074c522b0cc5cce Mon Sep 17 00:00:00 2001 From: rocketsofthsv <57688429+rocketsofthsv@users.noreply.github.com> Date: Thu, 26 Dec 2019 13:11:00 -0600 Subject: [PATCH 17/34] Update xml/Microsoft.Vsa/VsaLoader.xml Co-Authored-By: Maira Wenzel --- xml/Microsoft.Vsa/VsaLoader.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xml/Microsoft.Vsa/VsaLoader.xml b/xml/Microsoft.Vsa/VsaLoader.xml index 22ce264c4b3..ad2dd3bdd4e 100644 --- a/xml/Microsoft.Vsa/VsaLoader.xml +++ b/xml/Microsoft.Vsa/VsaLoader.xml @@ -641,7 +641,7 @@ - Manages project persistence and stores and retrieves code and other items using save and load operations implemented by the host. + The site established by the object to which source state is saved. This member supports the .NET Framework infrastructure and is not intended to be used directly from your code. To be added. From ec463172558f9bb1489dd4c5a0e0437908c69ef7 Mon Sep 17 00:00:00 2001 From: rocketsofthsv <57688429+rocketsofthsv@users.noreply.github.com> Date: Thu, 26 Dec 2019 13:11:23 -0600 Subject: [PATCH 18/34] Update xml/Microsoft.Vsa/VsaLoader.xml Co-Authored-By: Maira Wenzel --- xml/Microsoft.Vsa/VsaLoader.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xml/Microsoft.Vsa/VsaLoader.xml b/xml/Microsoft.Vsa/VsaLoader.xml index ad2dd3bdd4e..1e054f9c233 100644 --- a/xml/Microsoft.Vsa/VsaLoader.xml +++ b/xml/Microsoft.Vsa/VsaLoader.xml @@ -612,7 +612,7 @@ The file formatted in PE. - The file formatted in PDB. + Debugging information contained in the .PDB file corresponding to the PE (portable executable). This member supports the .NET Framework infrastructure and is not intended to be used directly from your code. To be added. From 9e8e0f5318c73498d7ec31ba9fc71864e997ff78 Mon Sep 17 00:00:00 2001 From: rocketsofthsv <57688429+rocketsofthsv@users.noreply.github.com> Date: Thu, 26 Dec 2019 13:11:32 -0600 Subject: [PATCH 19/34] Update xml/Microsoft.Vsa/VsaLoader.xml Co-Authored-By: Maira Wenzel --- xml/Microsoft.Vsa/VsaLoader.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xml/Microsoft.Vsa/VsaLoader.xml b/xml/Microsoft.Vsa/VsaLoader.xml index 1e054f9c233..afc80a66009 100644 --- a/xml/Microsoft.Vsa/VsaLoader.xml +++ b/xml/Microsoft.Vsa/VsaLoader.xml @@ -642,7 +642,7 @@ The site established by the object to which source state is saved. - This member supports the .NET Framework infrastructure and is not intended to be used directly from your code. + Directs the script engine to persist its source state to the specified object. To be added. From ab879afeae642de22b7a96d3093ba2750b375586 Mon Sep 17 00:00:00 2001 From: rocketsofthsv <57688429+rocketsofthsv@users.noreply.github.com> Date: Thu, 26 Dec 2019 13:11:46 -0600 Subject: [PATCH 20/34] Update xml/Microsoft.Vsa/VsaLoader.xml Co-Authored-By: Maira Wenzel --- xml/Microsoft.Vsa/VsaLoader.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/xml/Microsoft.Vsa/VsaLoader.xml b/xml/Microsoft.Vsa/VsaLoader.xml index afc80a66009..38dc4414520 100644 --- a/xml/Microsoft.Vsa/VsaLoader.xml +++ b/xml/Microsoft.Vsa/VsaLoader.xml @@ -644,6 +644,7 @@ The site established by the object to which source state is saved. Directs the script engine to persist its source state to the specified object. To be added. + From 05a44f474227bf3f811a9e547adc7ec278370569 Mon Sep 17 00:00:00 2001 From: rocketsofthsv <57688429+rocketsofthsv@users.noreply.github.com> Date: Thu, 26 Dec 2019 13:12:11 -0600 Subject: [PATCH 21/34] Update xml/Microsoft.Vsa/VsaModule.xml Co-Authored-By: Maira Wenzel --- xml/Microsoft.Vsa/VsaModule.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/xml/Microsoft.Vsa/VsaModule.xml b/xml/Microsoft.Vsa/VsaModule.xml index e1a60fb708a..aa4ce252b78 100644 --- a/xml/Microsoft.Vsa/VsaModule.xml +++ b/xml/Microsoft.Vsa/VsaModule.xml @@ -50,6 +50,7 @@ True if the module is a VSA module, false otherwise This member supports the .NET Framework infrastructure and is not intended to be used directly from your code. To be added. + From bb93d9828f662b122fd9fc67c27a356da0f9965a Mon Sep 17 00:00:00 2001 From: rocketsofthsv <57688429+rocketsofthsv@users.noreply.github.com> Date: Thu, 9 Jan 2020 12:35:46 -0600 Subject: [PATCH 22/34] Update xml/Microsoft.Vsa/VsaLoader.xml Co-Authored-By: Maira Wenzel --- xml/Microsoft.Vsa/VsaLoader.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xml/Microsoft.Vsa/VsaLoader.xml b/xml/Microsoft.Vsa/VsaLoader.xml index 38dc4414520..6b230f502a8 100644 --- a/xml/Microsoft.Vsa/VsaLoader.xml +++ b/xml/Microsoft.Vsa/VsaLoader.xml @@ -611,7 +611,7 @@ - The file formatted in PE. + The compiled state of the script engine. Debugging information contained in the .PDB file corresponding to the PE (portable executable). This member supports the .NET Framework infrastructure and is not intended to be used directly from your code. To be added. From 814b4112945267e6f607c35058e5df98198c307a Mon Sep 17 00:00:00 2001 From: Maira Wenzel Date: Fri, 24 Jan 2020 13:57:47 -0800 Subject: [PATCH 23/34] Update _CodeDOMProcessor.xml --- xml/Microsoft.Vsa.Vb.CodeDOM/_CodeDOMProcessor.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xml/Microsoft.Vsa.Vb.CodeDOM/_CodeDOMProcessor.xml b/xml/Microsoft.Vsa.Vb.CodeDOM/_CodeDOMProcessor.xml index 8cf8c4a4f38..5e3a4442aad 100644 --- a/xml/Microsoft.Vsa.Vb.CodeDOM/_CodeDOMProcessor.xml +++ b/xml/Microsoft.Vsa.Vb.CodeDOM/_CodeDOMProcessor.xml @@ -44,7 +44,7 @@ - The XML Stream to be read. + The XML stream to be read. Gets code from XML content. The compile unit of the code extracted. To be added. From bb7f2390b78ac63d27cae8af70587124af16afe1 Mon Sep 17 00:00:00 2001 From: Maira Wenzel Date: Fri, 24 Jan 2020 15:02:54 -0800 Subject: [PATCH 24/34] Update VsaLoader.xml --- xml/Microsoft.Vsa/VsaLoader.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xml/Microsoft.Vsa/VsaLoader.xml b/xml/Microsoft.Vsa/VsaLoader.xml index 6b230f502a8..630af883f7b 100644 --- a/xml/Microsoft.Vsa/VsaLoader.xml +++ b/xml/Microsoft.Vsa/VsaLoader.xml @@ -613,7 +613,7 @@ The compiled state of the script engine. Debugging information contained in the .PDB file corresponding to the PE (portable executable). - This member supports the .NET Framework infrastructure and is not intended to be used directly from your code. + Saves the compiled state of the script engine; optionally, it also saves debugging information. To be added. From 80584df12a3f290673f1e23ac2e37b763e7096bc Mon Sep 17 00:00:00 2001 From: Maira Wenzel Date: Fri, 24 Jan 2020 15:06:22 -0800 Subject: [PATCH 25/34] Update VsaModule.xml --- xml/Microsoft.Vsa/VsaModule.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/xml/Microsoft.Vsa/VsaModule.xml b/xml/Microsoft.Vsa/VsaModule.xml index aa4ce252b78..f082424d4a9 100644 --- a/xml/Microsoft.Vsa/VsaModule.xml +++ b/xml/Microsoft.Vsa/VsaModule.xml @@ -47,8 +47,8 @@ - True if the module is a VSA module, false otherwise - This member supports the .NET Framework infrastructure and is not intended to be used directly from your code. + to indicate the module is a VSA module; otherwise, . + Initializes a new instance of the class. To be added. From 0da3d4d4002742da3da343f111af887fb3531e1b Mon Sep 17 00:00:00 2001 From: Maira Wenzel Date: Fri, 24 Jan 2020 15:06:57 -0800 Subject: [PATCH 26/34] Update VsaModule.xml --- xml/Microsoft.Vsa/VsaModule.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/xml/Microsoft.Vsa/VsaModule.xml b/xml/Microsoft.Vsa/VsaModule.xml index f082424d4a9..1e5dbd6c5b0 100644 --- a/xml/Microsoft.Vsa/VsaModule.xml +++ b/xml/Microsoft.Vsa/VsaModule.xml @@ -47,7 +47,8 @@ - to indicate the module is a VSA module; otherwise, . + + to indicate the module is a VSA module; otherwise, . Initializes a new instance of the class. To be added. From aa4ab50867f2a153992a0f1dc348cf7a4891347b Mon Sep 17 00:00:00 2001 From: Maira Wenzel Date: Fri, 24 Jan 2020 15:11:43 -0800 Subject: [PATCH 27/34] Update VsaDTEngineClass.xml --- xml/Microsoft_VsaVb/VsaDTEngineClass.xml | 19 ++++++++++++------- 1 file changed, 12 insertions(+), 7 deletions(-) diff --git a/xml/Microsoft_VsaVb/VsaDTEngineClass.xml b/xml/Microsoft_VsaVb/VsaDTEngineClass.xml index 221f7dbc2fc..8a4bd251a25 100644 --- a/xml/Microsoft_VsaVb/VsaDTEngineClass.xml +++ b/xml/Microsoft_VsaVb/VsaDTEngineClass.xml @@ -54,8 +54,9 @@ - This API supports the .NET Framework infrastructure and is not intended to be used directly from your code. + Initializes a new instance of the class. To be added. + @@ -81,9 +82,11 @@ - True if Debugger is to be Attached, false otherwise. - This API supports the .NET Framework infrastructure and is not intended to be used directly from your code. + + to indicate the debugger is attachable; otherwise, . + Attaches the debugger. To be added. + @@ -107,9 +110,10 @@ - This API supports the .NET Framework infrastructure and is not intended to be used directly from your code. - To be added. + Returns the IDE. + The IDE. To be added. + @@ -162,9 +166,10 @@ System.String - This API supports the .NET Framework infrastructure and is not intended to be used directly from your code. - To be added. + Gets or sets the target URL. + The target URL. To be added. + From 630568de133cf1f16e8b5ea09af4d969a737b5bd Mon Sep 17 00:00:00 2001 From: Maira Wenzel Date: Fri, 24 Jan 2020 15:35:12 -0800 Subject: [PATCH 28/34] fixes + more content --- xml/Microsoft_VsaVb/VsaEngineClass.xml | 135 +++++++++++++++---------- 1 file changed, 84 insertions(+), 51 deletions(-) diff --git a/xml/Microsoft_VsaVb/VsaEngineClass.xml b/xml/Microsoft_VsaVb/VsaEngineClass.xml index 406078f3780..6234aad8f18 100644 --- a/xml/Microsoft_VsaVb/VsaEngineClass.xml +++ b/xml/Microsoft_VsaVb/VsaEngineClass.xml @@ -54,8 +54,9 @@ - This API supports the .NET Framework infrastructure and is not intended to be used directly from your code. + Initializes a new instance of the class. To be added. + @@ -83,9 +84,10 @@ System.Reflection.Assembly - This API supports the .NET Framework infrastructure and is not intended to be used directly from your code. - To be added. + Gets a reference to the running assembly generated by the method. + Reference to the currently running assembly. To be added. + @@ -109,8 +111,9 @@ - This API supports the .NET Framework infrastructure and is not intended to be used directly from your code. + Closes the script engine and releases all resources. If the script engine is currently running, the method is called first. To be added. + @@ -134,9 +137,11 @@ - This API supports the .NET Framework infrastructure and is not intended to be used directly from your code. - True if compilation was successful. + Causes the script engine to compile the existing source state. + + on successful compilation, indicating that the method can be called on the newly compiled assembly. if the compilation failed. To be added. + @@ -164,9 +169,10 @@ System.Security.Policy.Evidence - This API supports the .NET Framework infrastructure and is not intended to be used directly from your code. - To be added. + Gets or sets the evidence for the purpose of validating the current object's identity. + The evidence for the purpose of validating the current object's identity. To be added. + @@ -194,9 +200,11 @@ System.Boolean - This API supports the .NET Framework infrastructure and is not intended to be used directly from your code. - To be added. + Gets or sets a value that indicates whether the script engine produces debug information when the method is called. + + if debug information is generated; otherwise, . To be added. + @@ -222,10 +230,11 @@ - To be added. - This API supports the .NET Framework infrastructure and is not intended to be used directly from your code. + The name of the option to get. + Gets implementation-specific options for a script engine. The name of the option object. To be added. + @@ -249,8 +258,9 @@ - This API supports the .NET Framework infrastructure and is not intended to be used directly from your code. + Provides a notification that the initialization phase is complete and that the script engine is prepared for the addition of objects. To be added. + @@ -278,9 +288,11 @@ System.Boolean - This API supports the .NET Framework infrastructure and is not intended to be used directly from your code. - To be added. + Gets a value that indicates whether the script engine is set to produce debug information when the method is called. + + if the script engine is set to produce debug information when the method is called; otherwise, . To be added. + @@ -308,9 +320,11 @@ System.Boolean - This API supports the .NET Framework infrastructure and is not intended to be used directly from your code. - To be added. + Gets a value that indicates whether the script engine's source state has changed since the last save operation, or since the script engine was originally loaded. + + if the script engine is marked as modified (that is, "dirty"); otherwise, . The default value is . To be added. + @@ -338,9 +352,11 @@ System.Boolean - This API supports the .NET Framework infrastructure and is not intended to be used directly from your code. - To be added. + Gets a value that indicates whether the script engine is currently in run mode. + + if the script engine is running; otherwise, . The default value for this property is . To be added. + @@ -366,10 +382,12 @@ - The identifier to be validated. - This API supports the .NET Framework infrastructure and is not intended to be used directly from your code. - True if identifier is valid, false otherwise + A string value provided as identifier. + Checks whether the supplied identifier is valid for the script engine. + + if the identifier is valid; otherwise, . To be added. + @@ -397,9 +415,10 @@ Microsoft.Vsa.IVsaItems - This API supports the .NET Framework infrastructure and is not intended to be used directly from your code. - To be added. + Gets the collection of objects, which represent all items added to the script engine using the CreateItem method, including code items, reference items, and global items. + A collection of all items added to the script engine using the CreateItem method, including code items, reference items, and global items. To be added. + @@ -427,9 +446,10 @@ System.String - This API supports the .NET Framework infrastructure and is not intended to be used directly from your code. - To be added. + Gets the non-localized name of the programming language supported by the script engine. + The English-language name of the programming language supported by the script engine. To be added. + @@ -457,9 +477,10 @@ System.Int32 - This API supports the .NET Framework infrastructure and is not intended to be used directly from your code. - To be added. + Gets or sets the geographical locale and language in which to report exception messages. + An integer value representing the locale in which exception messages are to be reported. To be added. + @@ -485,9 +506,10 @@ - Manages project persistence and stores and retrieves code and other items using save and load operations implemented by the host. - This API supports the .NET Framework infrastructure and is not intended to be used directly from your code. + The site from which the specified source items is loaded. + Directs the script engine to load source items from their point of persistence, as specified by the host-provided object that implements the interface. To be added. + @@ -515,9 +537,10 @@ System.String - This API supports the .NET Framework infrastructure and is not intended to be used directly from your code. - To be added. + Gets or sets the display name of the script engine that is used primarily for identifying individual script engines to users in a hosted environment. + The value of the script engine's Name property, which may be the empty string. To be added. + @@ -541,8 +564,9 @@ - This API supports the .NET Framework infrastructure and is not intended to be used directly from your code. + Removes the script engine from the running state and disconnects automatically bound event handlers. To be added. + @@ -566,8 +590,9 @@ - This API supports the .NET Framework infrastructure and is not intended to be used directly from your code. + Invalidates the cached assembly for a script engine, as specified by its root moniker. To be added. + @@ -595,9 +620,10 @@ System.String - This API supports the .NET Framework infrastructure and is not intended to be used directly from your code. - To be added. + Gets or sets a script engine's root moniker. + The current value of the RootMoniker property. To be added. + @@ -625,9 +651,10 @@ System.String - This API supports the .NET Framework infrastructure and is not intended to be used directly from your code. - To be added. + Gets or sets the root namespace used by the script engine. + The string value of the root namespace. To be added. + @@ -651,8 +678,9 @@ - This API supports the .NET Framework infrastructure and is not intended to be used directly from your code. + Initiates execution of compiled code in the script engine and binds all event handlers. To be added. + @@ -679,10 +707,11 @@ - The file formatted in PE. - The file formatted in PDB. - This API supports the .NET Framework infrastructure and is not intended to be used directly from your code. + The compiled state of the script engine. + Specifies debugging information contained in the .PDB file corresponding to the PE (portable executable). + Saves the compiled state of the script engine; optionally, it also saves debugging information. To be added. + @@ -708,9 +737,10 @@ - Manages project persistence and stores and retrieves code and other items using save and load operations implemented by the host. - This API supports the .NET Framework infrastructure and is not intended to be used directly from your code. + The site established by the interface to which source state is saved. + Directs the script engine to persist its source state to the specified object. To be added. + @@ -737,10 +767,11 @@ - The name of the option to be set. - The value of the option to be set. - This API supports the .NET Framework infrastructure and is not intended to be used directly from your code. + The name of the option to set. + The value for the option being set. + Sets implementation-specific options for a script engine. To be added. + @@ -768,9 +799,10 @@ Microsoft.Vsa.IVsaSite - This API supports the .NET Framework infrastructure and is not intended to be used directly from your code. - To be added. + Gets or sets the host-implemented object that is used by the script engine to communicate with the host. + A reference to the current object. To be added. + @@ -798,9 +830,10 @@ System.String - This API supports the .NET Framework infrastructure and is not intended to be used directly from your code. - To be added. + Gets the current version of the language compiler supported by the script engine, in the form Major.Minor.Revision.Build. + String value of the current version, in the format Major.Minor.Revision.Build. To be added. + From 6eb13e24ffb5a64b17fdf8ca662ac71ad97640e1 Mon Sep 17 00:00:00 2001 From: Maira Wenzel Date: Fri, 24 Jan 2020 15:37:49 -0800 Subject: [PATCH 29/34] Update CreateExpressionFromStringCallback.xml --- .../CreateExpressionFromStringCallback.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/xml/System.Activities.Presentation.Expressions/CreateExpressionFromStringCallback.xml b/xml/System.Activities.Presentation.Expressions/CreateExpressionFromStringCallback.xml index 54700a8d219..f8e580d3520 100644 --- a/xml/System.Activities.Presentation.Expressions/CreateExpressionFromStringCallback.xml +++ b/xml/System.Activities.Presentation.Expressions/CreateExpressionFromStringCallback.xml @@ -21,11 +21,11 @@ System.Activities.ActivityWithResult - The Expression to be created in the form of a String - True if location expression is used, false otherwise + The expression to be created in the form of a string. + to indicate the location expression should be used; otherwise, . The type of expression to be added. Represents a delegate supplied by the custom expression editor to create an expression activity from string text. - An object with the system activites enclosed + An object with the system activites enclosed. To be added. From 080ad80f8c8ee8ab640d15ecfe193c7c133e3e80 Mon Sep 17 00:00:00 2001 From: Maira Wenzel Date: Fri, 24 Jan 2020 15:43:04 -0800 Subject: [PATCH 30/34] Update DynamicUpdateMapExtension.xml --- .../DynamicUpdateMapExtension.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xml/System.Activities.XamlIntegration/DynamicUpdateMapExtension.xml b/xml/System.Activities.XamlIntegration/DynamicUpdateMapExtension.xml index 4c39f0f9e37..973aa9171d5 100644 --- a/xml/System.Activities.XamlIntegration/DynamicUpdateMapExtension.xml +++ b/xml/System.Activities.XamlIntegration/DynamicUpdateMapExtension.xml @@ -91,7 +91,7 @@ The service provider. Specifies the value for service provider. - The updated return object. + The value of the property. To be added. From 43346bc7dce0e09adc1153471d289e30bc9a4490 Mon Sep 17 00:00:00 2001 From: Maira Wenzel Date: Fri, 24 Jan 2020 15:48:58 -0800 Subject: [PATCH 31/34] Update CodeDomSerializer.xml --- .../CodeDomSerializer.xml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/xml/System.ComponentModel.Design.Serialization/CodeDomSerializer.xml b/xml/System.ComponentModel.Design.Serialization/CodeDomSerializer.xml index 9355c457ac5..bde5fcd0d87 100644 --- a/xml/System.ComponentModel.Design.Serialization/CodeDomSerializer.xml +++ b/xml/System.ComponentModel.Design.Serialization/CodeDomSerializer.xml @@ -586,10 +586,10 @@ - Provides an interface that can manage design-time serialization. - The name of the resource. - The Value represented as a string. - Serializes the provided resource. + The to use for serialization. + The name of the resource bundle into which will be serialized. + The object to serialize. + Serializes the given object into a resource bundle using the given resource name. To be added. @@ -617,10 +617,10 @@ - Provides an interface that can manage design-time serialization. - The name of the resource. - The Value represented as a string. - Serializes the provided resource Invariably. + The to use for serialization. + The name of the resource bundle into which will be serialized. + The object to serialize. + Serializes the given object into a resource bundle using the given resource name using invariant culture. To be added. From 6b48f856aa3e10cfbf7c5ce5a7e353a5c8444863 Mon Sep 17 00:00:00 2001 From: Maira Wenzel Date: Fri, 24 Jan 2020 15:53:42 -0800 Subject: [PATCH 32/34] Update DataView.xml --- xml/System.Data/DataView.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xml/System.Data/DataView.xml b/xml/System.Data/DataView.xml index 967a323bab6..3f9d63bd9a7 100644 --- a/xml/System.Data/DataView.xml +++ b/xml/System.Data/DataView.xml @@ -3302,7 +3302,7 @@ An array of objects to find in the collection as bindable. This can be . For a description of this member, see . - A collection of property descriptors + The that represents the properties on each item used to bind data. Date: Fri, 24 Jan 2020 16:08:53 -0800 Subject: [PATCH 33/34] Update TypedTableBaseExtensions.xml --- xml/System.Data/TypedTableBaseExtensions.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xml/System.Data/TypedTableBaseExtensions.xml b/xml/System.Data/TypedTableBaseExtensions.xml index c4cb0651c7c..250787dc4b1 100644 --- a/xml/System.Data/TypedTableBaseExtensions.xml +++ b/xml/System.Data/TypedTableBaseExtensions.xml @@ -367,7 +367,7 @@ The type of the row elements in , . - The selector. + The type of the value returned by . A that contains the elements to invoke a transformation function upon. A transformation function to apply to each element. Projects each element of a into a new form. From 1a5d9ad03e3f698c0b848278c24d05be9c23f368 Mon Sep 17 00:00:00 2001 From: Maira Wenzel Date: Fri, 24 Jan 2020 16:11:47 -0800 Subject: [PATCH 34/34] Update TypedTableBase`1.xml --- xml/System.Data/TypedTableBase`1.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xml/System.Data/TypedTableBase`1.xml b/xml/System.Data/TypedTableBase`1.xml index 29e5661955b..e076850cc2a 100644 --- a/xml/System.Data/TypedTableBase`1.xml +++ b/xml/System.Data/TypedTableBase`1.xml @@ -155,7 +155,7 @@ - The Result + The type to convert the elements to. Converts the elements of an to the specified type. This method supports typed object generation by Visual Studio and the XSD.exe .NET Framework tool. This method is not intended to be used directly from your code. An that contains each element of the source sequence converted to the specified type. To be added.