Skip to content

Commit 5805499

Browse files
rocketsofthsvmairaw
andcommitted
added missing info (Part 2) (#3568)
* added missing info * Update xml/Microsoft.Vsa.Vb.CodeDOM/CodeDOMProcessor.xml Co-Authored-By: Maira Wenzel <[email protected]> * Update xml/Microsoft.Vsa.Vb.CodeDOM/CodeDOMProcessor.xml Co-Authored-By: Maira Wenzel <[email protected]> * Update xml/Microsoft.Vsa.Vb.CodeDOM/CodeDOMProcessor.xml Co-Authored-By: Maira Wenzel <[email protected]> * Update xml/Microsoft.Vsa.Vb.CodeDOM/_CodeDOMProcessor.xml Co-Authored-By: Maira Wenzel <[email protected]> * Update xml/Microsoft.Vsa.Vb.CodeDOM/_CodeDOMProcessor.xml Co-Authored-By: Maira Wenzel <[email protected]> * Update xml/Microsoft.Vsa.Vb.CodeDOM/_CodeDOMProcessor.xml Co-Authored-By: Maira Wenzel <[email protected]> * Update xml/Microsoft.Vsa.Vb.CodeDOM/_Location.xml Co-Authored-By: Maira Wenzel <[email protected]> * Update xml/Microsoft.Vsa/VsaException.xml Co-Authored-By: Maira Wenzel <[email protected]> * Update xml/Microsoft.Vsa/VsaException.xml Co-Authored-By: Maira Wenzel <[email protected]> * Update xml/Microsoft.Vsa/VsaException.xml Co-Authored-By: Maira Wenzel <[email protected]> * Update xml/Microsoft.Vsa/VsaException.xml Co-Authored-By: Maira Wenzel <[email protected]> * Update xml/Microsoft.Vsa/VsaLoader.xml Co-Authored-By: Maira Wenzel <[email protected]> * Update xml/Microsoft.Vsa/VsaLoader.xml Co-Authored-By: Maira Wenzel <[email protected]> * Update xml/Microsoft.Vsa/VsaLoader.xml Co-Authored-By: Maira Wenzel <[email protected]> * Update xml/Microsoft.Vsa/VsaLoader.xml Co-Authored-By: Maira Wenzel <[email protected]> * Update xml/Microsoft.Vsa/VsaLoader.xml Co-Authored-By: Maira Wenzel <[email protected]> * Update xml/Microsoft.Vsa/VsaLoader.xml Co-Authored-By: Maira Wenzel <[email protected]> * Update xml/Microsoft.Vsa/VsaLoader.xml Co-Authored-By: Maira Wenzel <[email protected]> * Update xml/Microsoft.Vsa/VsaLoader.xml Co-Authored-By: Maira Wenzel <[email protected]> * Update xml/Microsoft.Vsa/VsaModule.xml Co-Authored-By: Maira Wenzel <[email protected]> * Update xml/Microsoft.Vsa/VsaLoader.xml Co-Authored-By: Maira Wenzel <[email protected]> * Update _CodeDOMProcessor.xml * Update VsaLoader.xml * Update VsaModule.xml * Update VsaModule.xml * Update VsaDTEngineClass.xml * fixes + more content * Update CreateExpressionFromStringCallback.xml * Update DynamicUpdateMapExtension.xml * Update CodeDomSerializer.xml * Update DataView.xml * Update TypedTableBaseExtensions.xml * Update TypedTableBase`1.xml Co-authored-by: Maira Wenzel <[email protected]>
1 parent 6413d1d commit 5805499

File tree

16 files changed

+142
-98
lines changed

16 files changed

+142
-98
lines changed

xml/Microsoft.Vsa.Vb.CodeDOM/CodeDOMProcessor.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
</Attribute>
3131
</Attributes>
3232
<Docs>
33-
<summary>To be added.</summary>
33+
<summary>Defines a CodeDOM processor.</summary>
3434
<remarks>To be added.</remarks>
3535
</Docs>
3636
<Members>
@@ -75,9 +75,9 @@
7575
<Parameter Name="xmlStream" Type="System.String" />
7676
</Parameters>
7777
<Docs>
78-
<param name="xmlStream">To be added.</param>
79-
<summary>To be added.</summary>
80-
<returns>To be added.</returns>
78+
<param name="xmlStream">The XML stream to be read.</param>
79+
<summary>Gets code from XML content.</summary>
80+
<returns>The compile unit of the code extracted.</returns>
8181
<remarks>To be added.</remarks>
8282
</Docs>
8383
</Member>

xml/Microsoft.Vsa.Vb.CodeDOM/Location.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
</Attribute>
3131
</Attributes>
3232
<Docs>
33-
<summary>To be added.</summary>
33+
<summary>Implements the Location interface.</summary>
3434
<remarks>To be added.</remarks>
3535
</Docs>
3636
<Members>

xml/Microsoft.Vsa.Vb.CodeDOM/_CodeDOMProcessor.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
</Attribute>
2121
</Attributes>
2222
<Docs>
23-
<summary>To be added.</summary>
23+
<summary>Implements the CodeDOM processor interface.</summary>
2424
<remarks>To be added.</remarks>
2525
</Docs>
2626
<Members>
@@ -44,9 +44,9 @@
4444
<Parameter Name="xmlStream" Type="System.String" />
4545
</Parameters>
4646
<Docs>
47-
<param name="xmlStream">To be added.</param>
48-
<summary>To be added.</summary>
49-
<returns>To be added.</returns>
47+
<param name="xmlStream">The XML stream to be read.</param>
48+
<summary>Gets code from XML content.</summary>
49+
<returns>The compile unit of the code extracted.</returns>
5050
<remarks>To be added.</remarks>
5151
</Docs>
5252
</Member>

xml/Microsoft.Vsa.Vb.CodeDOM/_Location.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
</Attribute>
2121
</Attributes>
2222
<Docs>
23-
<summary>To be added.</summary>
23+
<summary>Implements the Location interface.</summary>
2424
<remarks>To be added.</remarks>
2525
</Docs>
2626
<Members>

xml/Microsoft.Vsa/VsaException.xml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -233,10 +233,11 @@
233233
<Parameter Name="context" Type="System.Runtime.Serialization.StreamingContext" />
234234
</Parameters>
235235
<Docs>
236-
<param name="info">To be added.</param>
237-
<param name="context">To be added.</param>
238-
<summary>This member supports the .NET Framework infrastructure and is not intended to be used directly from your code.</summary>
236+
<param name="info">The <see cref="T:System.Runtime.Serialization.SerializationInfo" /> object that holds the serialized object data about the exception being thrown.</param>
237+
<param name="context">An object that contains contextual information about the source or destination.</param>
238+
<summary>Sets the <see cref="T:System.Runtime.Serialization.SerializationInfo" /> with information about the exception.</summary>
239239
<remarks>To be added.</remarks>
240+
<forInternalUseOnly />
240241
</Docs>
241242
</Member>
242243
<Member MemberName="ToString">

xml/Microsoft.Vsa/VsaLoader.xml

Lines changed: 10 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -431,9 +431,10 @@
431431
<Parameter Name="Site" Type="Microsoft.Vsa.IVsaPersistSite" />
432432
</Parameters>
433433
<Docs>
434-
<param name="Site">To be added.</param>
435-
<summary>This member supports the .NET Framework infrastructure and is not intended to be used directly from your code.</summary>
434+
<param name="Site">The site from which the specified source items are loaded.</param>
435+
<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>
436436
<remarks>To be added.</remarks>
437+
<forInternalUseOnly />
437438
</Docs>
438439
</Member>
439440
<Member MemberName="Name">
@@ -610,10 +611,11 @@
610611
<Parameter Name="PDB" Type="System.Byte[]" RefType="out" />
611612
</Parameters>
612613
<Docs>
613-
<param name="PE">To be added.</param>
614-
<param name="PDB">To be added.</param>
615-
<summary>This member supports the .NET Framework infrastructure and is not intended to be used directly from your code.</summary>
614+
<param name="PE">The compiled state of the script engine.</param>
615+
<param name="PDB">Debugging information contained in the .PDB file corresponding to the PE (portable executable).</param>
616+
<summary>Saves the compiled state of the script engine; optionally, it also saves debugging information.</summary>
616617
<remarks>To be added.</remarks>
618+
<forInternalUseOnly />
617619
</Docs>
618620
</Member>
619621
<Member MemberName="SaveSourceState">
@@ -639,9 +641,10 @@
639641
<Parameter Name="Site" Type="Microsoft.Vsa.IVsaPersistSite" />
640642
</Parameters>
641643
<Docs>
642-
<param name="Site">To be added.</param>
643-
<summary>This member supports the .NET Framework infrastructure and is not intended to be used directly from your code.</summary>
644+
<param name="Site">The site established by the <see cref="T:Microsoft.Vsa.VsaLoader" /> object to which source state is saved.</param>
645+
<summary>Directs the script engine to persist its source state to the specified <see cref="T:Microsoft.Vsa.VsaLoader" /> object.</summary>
644646
<remarks>To be added.</remarks>
647+
<forInternalUseOnly />
645648
</Docs>
646649
</Member>
647650
<Member MemberName="SetOption">

xml/Microsoft.Vsa/VsaModule.xml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,9 +47,11 @@
4747
<Parameter Name="bIsVsaModule" Type="System.Boolean" />
4848
</Parameters>
4949
<Docs>
50-
<param name="bIsVsaModule">To be added.</param>
51-
<summary>This member supports the .NET Framework infrastructure and is not intended to be used directly from your code.</summary>
50+
<param name="bIsVsaModule">
51+
<see langword="true" /> to indicate the module is a VSA module; otherwise, <see langword="false" />.</param>
52+
<summary>Initializes a new instance of the <see cref="T:Microsoft.Vsa.VsaModule" /> class.</summary>
5253
<remarks>To be added.</remarks>
54+
<forInternalUseOnly />
5355
</Docs>
5456
</Member>
5557
<Member MemberName="IsVsaModule">

xml/Microsoft_VsaVb/VsaDTEngineClass.xml

Lines changed: 12 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -54,8 +54,9 @@
5454
</AssemblyInfo>
5555
<Parameters />
5656
<Docs>
57-
<summary>This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.</summary>
57+
<summary>Initializes a new instance of the <see cref="T:Microsoft_VsaVb.VsaDTEngineClass" /> class.</summary>
5858
<remarks>To be added.</remarks>
59+
<forInternalUseOnly />
5960
</Docs>
6061
</Member>
6162
<Member MemberName="AttachDebugger">
@@ -81,9 +82,11 @@
8182
<Parameter Name="isAttach" Type="System.Boolean" />
8283
</Parameters>
8384
<Docs>
84-
<param name="isAttach">To be added.</param>
85-
<summary>This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.</summary>
85+
<param name="isAttach">
86+
<see langword="true" /> to indicate the debugger is attachable; otherwise, <see langword="false" />.</param>
87+
<summary>Attaches the debugger.</summary>
8688
<remarks>To be added.</remarks>
89+
<forInternalUseOnly />
8790
</Docs>
8891
</Member>
8992
<Member MemberName="GetIDE">
@@ -107,9 +110,10 @@
107110
</ReturnValue>
108111
<Parameters />
109112
<Docs>
110-
<summary>This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.</summary>
111-
<returns>To be added.</returns>
113+
<summary>Returns the IDE.</summary>
114+
<returns>The IDE.</returns>
112115
<remarks>To be added.</remarks>
116+
<forInternalUseOnly />
113117
</Docs>
114118
</Member>
115119
<Member MemberName="InitCompleted">
@@ -162,9 +166,10 @@
162166
<ReturnType>System.String</ReturnType>
163167
</ReturnValue>
164168
<Docs>
165-
<summary>This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.</summary>
166-
<value>To be added.</value>
169+
<summary>Gets or sets the target URL.</summary>
170+
<value>The target URL.</value>
167171
<remarks>To be added.</remarks>
172+
<forInternalUseOnly />
168173
</Docs>
169174
</Member>
170175
</Members>

0 commit comments

Comments
 (0)