Skip to content

added missing info (Part 2) #3568

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 34 commits into from
Jan 25, 2020
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
34 commits
Select commit Hold shift + click to select a range
3de487c
added missing info
rocketsofthsv Nov 25, 2019
3d3b6dc
Update xml/Microsoft.Vsa.Vb.CodeDOM/CodeDOMProcessor.xml
rocketsofthsv Dec 26, 2019
b398651
Update xml/Microsoft.Vsa.Vb.CodeDOM/CodeDOMProcessor.xml
rocketsofthsv Dec 26, 2019
e5d9784
Update xml/Microsoft.Vsa.Vb.CodeDOM/CodeDOMProcessor.xml
rocketsofthsv Dec 26, 2019
af6a4b7
Update xml/Microsoft.Vsa.Vb.CodeDOM/_CodeDOMProcessor.xml
rocketsofthsv Dec 26, 2019
f6152b6
Update xml/Microsoft.Vsa.Vb.CodeDOM/_CodeDOMProcessor.xml
rocketsofthsv Dec 26, 2019
4e08e6f
Update xml/Microsoft.Vsa.Vb.CodeDOM/_CodeDOMProcessor.xml
rocketsofthsv Dec 26, 2019
f300f90
Update xml/Microsoft.Vsa.Vb.CodeDOM/_Location.xml
rocketsofthsv Dec 26, 2019
35f4ab8
Update xml/Microsoft.Vsa/VsaException.xml
rocketsofthsv Dec 26, 2019
3933c44
Update xml/Microsoft.Vsa/VsaException.xml
rocketsofthsv Dec 26, 2019
1e9e0e2
Update xml/Microsoft.Vsa/VsaException.xml
rocketsofthsv Dec 26, 2019
fdef8c3
Update xml/Microsoft.Vsa/VsaException.xml
rocketsofthsv Dec 26, 2019
72efaaa
Update xml/Microsoft.Vsa/VsaLoader.xml
rocketsofthsv Dec 26, 2019
a64475b
Update xml/Microsoft.Vsa/VsaLoader.xml
rocketsofthsv Dec 26, 2019
d044c3c
Update xml/Microsoft.Vsa/VsaLoader.xml
rocketsofthsv Dec 26, 2019
ae9d5a8
Update xml/Microsoft.Vsa/VsaLoader.xml
rocketsofthsv Dec 26, 2019
9b29bc6
Update xml/Microsoft.Vsa/VsaLoader.xml
rocketsofthsv Dec 26, 2019
ec46317
Update xml/Microsoft.Vsa/VsaLoader.xml
rocketsofthsv Dec 26, 2019
9e8e0f5
Update xml/Microsoft.Vsa/VsaLoader.xml
rocketsofthsv Dec 26, 2019
ab879af
Update xml/Microsoft.Vsa/VsaLoader.xml
rocketsofthsv Dec 26, 2019
05a44f4
Update xml/Microsoft.Vsa/VsaModule.xml
rocketsofthsv Dec 26, 2019
bb93d98
Update xml/Microsoft.Vsa/VsaLoader.xml
rocketsofthsv Jan 9, 2020
814b411
Update _CodeDOMProcessor.xml
mairaw Jan 24, 2020
bb7f239
Update VsaLoader.xml
mairaw Jan 24, 2020
80584df
Update VsaModule.xml
mairaw Jan 24, 2020
0da3d4d
Update VsaModule.xml
mairaw Jan 24, 2020
aa4ab50
Update VsaDTEngineClass.xml
mairaw Jan 24, 2020
630568d
fixes + more content
mairaw Jan 24, 2020
6eb13e2
Update CreateExpressionFromStringCallback.xml
mairaw Jan 24, 2020
080ad80
Update DynamicUpdateMapExtension.xml
mairaw Jan 24, 2020
43346bc
Update CodeDomSerializer.xml
mairaw Jan 24, 2020
6b48f85
Update DataView.xml
mairaw Jan 24, 2020
b026f95
Update TypedTableBaseExtensions.xml
mairaw Jan 25, 2020
1a5d9ad
Update TypedTableBase`1.xml
mairaw Jan 25, 2020
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
8 changes: 4 additions & 4 deletions xml/Microsoft.Vsa.Vb.CodeDOM/CodeDOMProcessor.xml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
</Attribute>
</Attributes>
<Docs>
<summary>To be added.</summary>
<summary>Implements the CodeDOMProcessor interface.</summary>
<remarks>To be added.</remarks>
</Docs>
<Members>
Expand Down Expand Up @@ -75,9 +75,9 @@
<Parameter Name="xmlStream" Type="System.String" />
</Parameters>
<Docs>
<param name="xmlStream">To be added.</param>
<summary>To be added.</summary>
<returns>To be added.</returns>
<param name="xmlStream">The XML Stream to be read</param>
<summary>Gets code from XML content</summary>
<returns>The compile unit of the code extracted.</returns>
<remarks>To be added.</remarks>
</Docs>
</Member>
Expand Down
2 changes: 1 addition & 1 deletion xml/Microsoft.Vsa.Vb.CodeDOM/Location.xml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
</Attribute>
</Attributes>
<Docs>
<summary>To be added.</summary>
<summary>Implements the Location interface.</summary>
<remarks>To be added.</remarks>
</Docs>
<Members>
Expand Down
8 changes: 4 additions & 4 deletions xml/Microsoft.Vsa.Vb.CodeDOM/_CodeDOMProcessor.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
</Attribute>
</Attributes>
<Docs>
<summary>To be added.</summary>
<summary>Implements the CodeDOMProcessor interface.</summary>
<remarks>To be added.</remarks>
</Docs>
<Members>
Expand All @@ -44,9 +44,9 @@
<Parameter Name="xmlStream" Type="System.String" />
</Parameters>
<Docs>
<param name="xmlStream">To be added.</param>
<summary>To be added.</summary>
<returns>To be added.</returns>
<param name="xmlStream">The XML Stream to be read</param>
<summary>Gets code from XML content</summary>
<returns>The compile unit of the code extracted.</returns>
<remarks>To be added.</remarks>
</Docs>
</Member>
Expand Down
2 changes: 1 addition & 1 deletion xml/Microsoft.Vsa.Vb.CodeDOM/_Location.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
</Attribute>
</Attributes>
<Docs>
<summary>To be added.</summary>
<summary>Implements the Location interface</summary>
<remarks>To be added.</remarks>
</Docs>
<Members>
Expand Down
4 changes: 2 additions & 2 deletions xml/Microsoft.Vsa/VsaException.xml
Original file line number Diff line number Diff line change
Expand Up @@ -230,8 +230,8 @@
<Parameter Name="context" Type="System.Runtime.Serialization.StreamingContext" />
</Parameters>
<Docs>
<param name="info">To be added.</param>
<param name="context">To be added.</param>
<param name="info">The serialization information</param>
<param name="context">The streaming context.</param>
<summary>This member supports the .NET Framework infrastructure and is not intended to be used directly from your code.</summary>
<remarks>To be added.</remarks>
</Docs>
Expand Down
8 changes: 4 additions & 4 deletions xml/Microsoft.Vsa/VsaLoader.xml
Original file line number Diff line number Diff line change
Expand Up @@ -431,7 +431,7 @@
<Parameter Name="Site" Type="Microsoft.Vsa.IVsaPersistSite" />
</Parameters>
<Docs>
<param name="Site">To be added.</param>
<param name="Site">Manages project persistence and stores and retrieves code and other items using save and load operations implemented by the host.</param>
<summary>This member supports the .NET Framework infrastructure and is not intended to be used directly from your code.</summary>
<remarks>To be added.</remarks>
</Docs>
Expand Down Expand Up @@ -610,8 +610,8 @@
<Parameter Name="PDB" Type="System.Byte[]" RefType="out" />
</Parameters>
<Docs>
<param name="PE">To be added.</param>
<param name="PDB">To be added.</param>
<param name="PE">The file formatted in PE.</param>
<param name="PDB">The file formatted in PDB.</param>
<summary>This member supports the .NET Framework infrastructure and is not intended to be used directly from your code.</summary>
<remarks>To be added.</remarks>
</Docs>
Expand Down Expand Up @@ -639,7 +639,7 @@
<Parameter Name="Site" Type="Microsoft.Vsa.IVsaPersistSite" />
</Parameters>
<Docs>
<param name="Site">To be added.</param>
<param name="Site">Manages project persistence and stores and retrieves code and other items using save and load operations implemented by the host.</param>
<summary>This member supports the .NET Framework infrastructure and is not intended to be used directly from your code.</summary>
<remarks>To be added.</remarks>
</Docs>
Expand Down
2 changes: 1 addition & 1 deletion xml/Microsoft.Vsa/VsaModule.xml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
<Parameter Name="bIsVsaModule" Type="System.Boolean" />
</Parameters>
<Docs>
<param name="bIsVsaModule">To be added.</param>
<param name="bIsVsaModule">True if the module is a VSA module, false otherwise</param>
<summary>This member supports the .NET Framework infrastructure and is not intended to be used directly from your code.</summary>
<remarks>To be added.</remarks>
</Docs>
Expand Down
2 changes: 1 addition & 1 deletion xml/Microsoft_VsaVb/VsaDTEngineClass.xml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@
<Parameter Name="isAttach" Type="System.Boolean" />
</Parameters>
<Docs>
<param name="isAttach">To be added.</param>
<param name="isAttach">True if Debugger is to be Attached, false otherwise.</param>
<summary>This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.</summary>
<remarks>To be added.</remarks>
</Docs>
Expand Down
20 changes: 10 additions & 10 deletions xml/Microsoft_VsaVb/VsaEngineClass.xml
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@
<Parameters />
<Docs>
<summary>This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.</summary>
<returns>To be added.</returns>
<returns>True if compilation was successful.</returns>
<remarks>To be added.</remarks>
</Docs>
</Member>
Expand Down Expand Up @@ -224,7 +224,7 @@
<Docs>
<param name="Name">To be added.</param>
<summary>This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.</summary>
<returns>To be added.</returns>
<returns>The name of the option object.</returns>
<remarks>To be added.</remarks>
</Docs>
</Member>
Expand Down Expand Up @@ -366,9 +366,9 @@
<Parameter Name="identifier" Type="System.String" />
</Parameters>
<Docs>
<param name="identifier">To be added.</param>
<param name="identifier">The identifier to be validated.</param>
<summary>This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.</summary>
<returns>To be added.</returns>
<returns>True if identifier is valid, false otherwise</returns>
<remarks>To be added.</remarks>
</Docs>
</Member>
Expand Down Expand Up @@ -485,7 +485,7 @@
<Parameter Name="Site" Type="Microsoft.Vsa.IVsaPersistSite" />
</Parameters>
<Docs>
<param name="Site">To be added.</param>
<param name="Site">Manages project persistence and stores and retrieves code and other items using save and load operations implemented by the host.</param>
<summary>This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.</summary>
<remarks>To be added.</remarks>
</Docs>
Expand Down Expand Up @@ -679,8 +679,8 @@
<Parameter Name="pdb" Type="System.Byte[]" RefType="out" />
</Parameters>
<Docs>
<param name="pe">To be added.</param>
<param name="pdb">To be added.</param>
<param name="pe">The file formatted in PE.</param>
<param name="pdb">The file formatted in PDB.</param>
<summary>This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.</summary>
<remarks>To be added.</remarks>
</Docs>
Expand Down Expand Up @@ -708,7 +708,7 @@
<Parameter Name="Site" Type="Microsoft.Vsa.IVsaPersistSite" />
</Parameters>
<Docs>
<param name="Site">To be added.</param>
<param name="Site">Manages project persistence and stores and retrieves code and other items using save and load operations implemented by the host.</param>
<summary>This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.</summary>
<remarks>To be added.</remarks>
</Docs>
Expand Down Expand Up @@ -737,8 +737,8 @@
<Parameter Name="value" Type="System.Object" />
</Parameters>
<Docs>
<param name="Name">To be added.</param>
<param name="value">To be added.</param>
<param name="Name">The name of the option to be set.</param>
<param name="value">The value of the option to be set.</param>
<summary>This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.</summary>
<remarks>To be added.</remarks>
</Docs>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,11 @@
<ReturnType>System.Activities.ActivityWithResult</ReturnType>
</ReturnValue>
<Docs>
<param name="expressionText">To be added.</param>
<param name="useLocationExpression">To be added.</param>
<param name="expressionType">To be added.</param>
<param name="expressionText">The Expression to be created in the form of a String</param>
<param name="useLocationExpression">True if location expression is used, false otherwise</param>
<param name="expressionType">The type of expression to be added.</param>
<summary>Represents a delegate supplied by the custom expression editor to create an expression activity from string text.</summary>
<returns>To be added.</returns>
<returns>An object with the system activites enclosed</returns>
<remarks>To be added.</remarks>
</Docs>
</Type>
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@
<Docs>
<param name="serviceProvider">The service provider.</param>
<summary>Specifies the value for service provider.</summary>
<returns>To be added.</returns>
<returns>The updated return object.</returns>
<remarks>To be added.</remarks>
</Docs>
</Member>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -586,10 +586,10 @@
<Parameter Name="value" Type="System.Object" Index="2" FrameworkAlternate="netframework-1.1" />
</Parameters>
<Docs>
<param name="manager">To be added.</param>
<param name="resourceName">To be added.</param>
<param name="value">To be added.</param>
<summary>To be added.</summary>
<param name="manager">Provides an interface that can manage design-time serialization.</param>
<param name="resourceName">The name of the resource.</param>
<param name="value">The Value represented as a string.</param>
<summary>Serializes the provided resource.</summary>
<remarks>To be added.</remarks>
</Docs>
</Member>
Expand Down Expand Up @@ -617,10 +617,10 @@
<Parameter Name="value" Type="System.Object" Index="2" FrameworkAlternate="netframework-1.1" />
</Parameters>
<Docs>
<param name="manager">To be added.</param>
<param name="resourceName">To be added.</param>
<param name="value">To be added.</param>
<summary>To be added.</summary>
<param name="manager">Provides an interface that can manage design-time serialization.</param>
<param name="resourceName">The name of the resource.</param>
<param name="value">The Value represented as a string.</param>
<summary>Serializes the provided resource Invariably.</summary>
<remarks>To be added.</remarks>
</Docs>
</Member>
Expand Down
2 changes: 1 addition & 1 deletion xml/System.Data.Entity.Design/MetadataExtensionMethods.xml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
<param name="itemCollection">The item collection from which to retrieve the list of primitive types</param>
<param name="edmVersion">The version of edm to use</param>
<summary>Gets the list of primitive types for the given version of Edm.</summary>
<returns>To be added.</returns>
<returns>A collection of primitive types.</returns>
<remarks>To be added.</remarks>
</Docs>
</Member>
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 @@ -3302,7 +3302,7 @@
<Docs>
<param name="listAccessors">An array of <see cref="T:System.ComponentModel.PropertyDescriptor" /> objects to find in the collection as bindable. This can be <see langword="null" />.</param>
<summary>For a description of this member, see <see cref="M:System.ComponentModel.ITypedList.GetItemProperties(System.ComponentModel.PropertyDescriptor[])" />.</summary>
<returns>To be added.</returns>
<returns>A collection of property descriptors</returns>
<remarks>
<format type="text/markdown"><![CDATA[

Expand Down
2 changes: 1 addition & 1 deletion xml/System.Data/TypedTableBaseExtensions.xml
Original file line number Diff line number Diff line change
Expand Up @@ -367,7 +367,7 @@
</Parameters>
<Docs>
<typeparam name="TRow">The type of the row elements in <paramref name="source" />, <see cref="T:System.Data.DataRow" />.</typeparam>
<typeparam name="S">To be added.</typeparam>
<typeparam name="S">The selector.</typeparam>
<param name="source">A <see cref="T:System.Data.TypedTableBase`1" /> that contains the <see cref="T:System.Data.DataRow" /> elements to invoke a transformation function upon.</param>
<param name="selector">A transformation function to apply to each element.</param>
<summary>Projects each element of a <see cref="T:System.Data.TypedTableBase`1" /> into a new form.</summary>
Expand Down
2 changes: 1 addition & 1 deletion xml/System.Data/TypedTableBase`1.xml
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@
</TypeParameters>
<Parameters />
<Docs>
<typeparam name="TResult">To be added.</typeparam>
<typeparam name="TResult">The Result</typeparam>
<summary>Converts the elements of an <see cref="T:System.Data.TypedTableBase`1" /> to the specified type. This method supports typed <see cref="T:System.Data.DataTable" /> object generation by Visual Studio and the XSD.exe .NET Framework tool. This method is not intended to be used directly from your code.</summary>
<returns>An <see cref="T:System.Data.EnumerableRowCollection" /> that contains each element of the source sequence converted to the specified type.</returns>
<remarks>To be added.</remarks>
Expand Down