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 all commits
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>Defines a CodeDOM processor.</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 CodeDOM processor 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
7 changes: 4 additions & 3 deletions xml/Microsoft.Vsa/VsaException.xml
Original file line number Diff line number Diff line change
Expand Up @@ -230,10 +230,11 @@
<Parameter Name="context" Type="System.Runtime.Serialization.StreamingContext" />
</Parameters>
<Docs>
<param name="info">To be added.</param>
<param name="context">To be added.</param>
<summary>This member supports the .NET Framework infrastructure and is not intended to be used directly from your code.</summary>
<param name="info">The <see cref="T:System.Runtime.Serialization.SerializationInfo" /> object that holds the serialized object data about the exception being thrown.</param>
<param name="context">An object that contains contextual information about the source or destination.</param>
<summary>Sets the <see cref="T:System.Runtime.Serialization.SerializationInfo" /> with information about the exception.</summary>
<remarks>To be added.</remarks>
<forInternalUseOnly />
</Docs>
</Member>
<Member MemberName="ToString">
Expand Down
17 changes: 10 additions & 7 deletions xml/Microsoft.Vsa/VsaLoader.xml
Original file line number Diff line number Diff line change
Expand Up @@ -431,9 +431,10 @@
<Parameter Name="Site" Type="Microsoft.Vsa.IVsaPersistSite" />
</Parameters>
<Docs>
<param name="Site">To be added.</param>
<summary>This member supports the .NET Framework infrastructure and is not intended to be used directly from your code.</summary>
<param name="Site">The site from which the specified source items are loaded.</param>
<summary>Directs the script engine to load source items from their point of persistence, as specified by the <see cref="T:Microsoft.Vsa.VsaLoader" /> object.</summary>
<remarks>To be added.</remarks>
<forInternalUseOnly />
</Docs>
</Member>
<Member MemberName="Name">
Expand Down Expand Up @@ -610,10 +611,11 @@
<Parameter Name="PDB" Type="System.Byte[]" RefType="out" />
</Parameters>
<Docs>
<param name="PE">To be added.</param>
<param name="PDB">To be added.</param>
<summary>This member supports the .NET Framework infrastructure and is not intended to be used directly from your code.</summary>
<param name="PE">The compiled state of the script engine.</param>
<param name="PDB">Debugging information contained in the .PDB file corresponding to the PE (portable executable).</param>
<summary>Saves the compiled state of the script engine; optionally, it also saves debugging information.</summary>
<remarks>To be added.</remarks>
<forInternalUseOnly />
</Docs>
</Member>
<Member MemberName="SaveSourceState">
Expand All @@ -639,9 +641,10 @@
<Parameter Name="Site" Type="Microsoft.Vsa.IVsaPersistSite" />
</Parameters>
<Docs>
<param name="Site">To be added.</param>
<summary>This member supports the .NET Framework infrastructure and is not intended to be used directly from your code.</summary>
<param name="Site">The site established by the <see cref="T:Microsoft.Vsa.VsaLoader" /> object to which source state is saved.</param>
<summary>Directs the script engine to persist its source state to the specified <see cref="T:Microsoft.Vsa.VsaLoader" /> object.</summary>
<remarks>To be added.</remarks>
<forInternalUseOnly />
</Docs>
</Member>
<Member MemberName="SetOption">
Expand Down
6 changes: 4 additions & 2 deletions xml/Microsoft.Vsa/VsaModule.xml
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,11 @@
<Parameter Name="bIsVsaModule" Type="System.Boolean" />
</Parameters>
<Docs>
<param name="bIsVsaModule">To be added.</param>
<summary>This member supports the .NET Framework infrastructure and is not intended to be used directly from your code.</summary>
<param name="bIsVsaModule">
<see langword="true" /> to indicate the module is a VSA module; otherwise, <see langword="false" />.</param>
<summary>Initializes a new instance of the <see cref="T:Microsoft.Vsa.VsaModule" /> class.</summary>
<remarks>To be added.</remarks>
<forInternalUseOnly />
</Docs>
</Member>
<Member MemberName="IsVsaModule">
Expand Down
19 changes: 12 additions & 7 deletions xml/Microsoft_VsaVb/VsaDTEngineClass.xml
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,9 @@
</AssemblyInfo>
<Parameters />
<Docs>
<summary>This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.</summary>
<summary>Initializes a new instance of the <see cref="T:Microsoft_VsaVb.VsaDTEngineClass" /> class.</summary>
<remarks>To be added.</remarks>
<forInternalUseOnly />
</Docs>
</Member>
<Member MemberName="AttachDebugger">
Expand All @@ -81,9 +82,11 @@
<Parameter Name="isAttach" Type="System.Boolean" />
</Parameters>
<Docs>
<param name="isAttach">To be added.</param>
<summary>This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.</summary>
<param name="isAttach">
<see langword="true" /> to indicate the debugger is attachable; otherwise, <see langword="false" />.</param>
<summary>Attaches the debugger.</summary>
<remarks>To be added.</remarks>
<forInternalUseOnly />
</Docs>
</Member>
<Member MemberName="GetIDE">
Expand All @@ -107,9 +110,10 @@
</ReturnValue>
<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>
<summary>Returns the IDE.</summary>
<returns>The IDE.</returns>
<remarks>To be added.</remarks>
<forInternalUseOnly />
</Docs>
</Member>
<Member MemberName="InitCompleted">
Expand Down Expand Up @@ -162,9 +166,10 @@
<ReturnType>System.String</ReturnType>
</ReturnValue>
<Docs>
<summary>This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.</summary>
<value>To be added.</value>
<summary>Gets or sets the target URL.</summary>
<value>The target URL.</value>
<remarks>To be added.</remarks>
<forInternalUseOnly />
</Docs>
</Member>
</Members>
Expand Down
Loading