Skip to content

Commit 1403e40

Browse files
authored
Merge pull request #3808 from dotnet/master
Update live with current master
2 parents 69e0a4b + 661492a commit 1403e40

File tree

108 files changed

+874
-823
lines changed

Some content is hidden

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

108 files changed

+874
-823
lines changed

xml/Microsoft.VisualC.StlClr/BinaryDelegate`3.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,12 +36,12 @@
3636
<ReturnType>TResult</ReturnType>
3737
</ReturnValue>
3838
<Docs>
39-
<typeparam name="TArg1">The first delegate argument.</typeparam>
40-
<typeparam name="TArg2">The second delegate argument.</typeparam>
39+
<typeparam name="TArg1">The type of the first delegate argument.</typeparam>
40+
<typeparam name="TArg2">The type of the second delegate argument.</typeparam>
4141
<typeparam name="TResult">The return type of the delegate.</typeparam>
4242
<param name="A_0">The first argument.</param>
4343
<param name="">The first argument.</param>
44-
<param name="">To be added.</param>
44+
<param name="">The second argument.</param>
4545
<param name="A_1">The second argument.</param>
4646
<summary>Describes a two-argument delegate. You use it to specify the arguments and return type of the delegate.</summary>
4747
<returns>The return type of the delegate.</returns>

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: 9 additions & 9 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>Implements the Location interface.</summary>
3434
<remarks>To be added.</remarks>
3535
</Docs>
3636
<Members>
@@ -72,8 +72,8 @@
7272
<ReturnType>System.UInt32</ReturnType>
7373
</ReturnValue>
7474
<Docs>
75-
<summary>To be added.</summary>
76-
<value>To be added.</value>
75+
<summary>Gets or sets the beginning column.</summary>
76+
<value>The location of the beginning column.</value>
7777
<remarks>To be added.</remarks>
7878
</Docs>
7979
</Member>
@@ -97,8 +97,8 @@
9797
<ReturnType>System.UInt32</ReturnType>
9898
</ReturnValue>
9999
<Docs>
100-
<summary>To be added.</summary>
101-
<value>To be added.</value>
100+
<summary>Gets or sets the beginning line.</summary>
101+
<value>The location of the beginning line.</value>
102102
<remarks>To be added.</remarks>
103103
</Docs>
104104
</Member>
@@ -122,8 +122,8 @@
122122
<ReturnType>System.UInt32</ReturnType>
123123
</ReturnValue>
124124
<Docs>
125-
<summary>To be added.</summary>
126-
<value>To be added.</value>
125+
<summary>Gets or sets the end column.</summary>
126+
<value>The location of the end column.</value>
127127
<remarks>To be added.</remarks>
128128
</Docs>
129129
</Member>
@@ -147,8 +147,8 @@
147147
<ReturnType>System.UInt32</ReturnType>
148148
</ReturnValue>
149149
<Docs>
150-
<summary>To be added.</summary>
151-
<value>To be added.</value>
150+
<summary>Gets or sets the end line.</summary>
151+
<value>The location of the end line.</value>
152152
<remarks>To be added.</remarks>
153153
</Docs>
154154
</Member>

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: 9 additions & 9 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 Location interface.</summary>
2424
<remarks>To be added.</remarks>
2525
</Docs>
2626
<Members>
@@ -41,8 +41,8 @@
4141
<ReturnType>System.UInt32</ReturnType>
4242
</ReturnValue>
4343
<Docs>
44-
<summary>To be added.</summary>
45-
<value>To be added.</value>
44+
<summary>Gets or sets the beginning column.</summary>
45+
<value>Location of the beginning column.</value>
4646
<remarks>To be added.</remarks>
4747
</Docs>
4848
</Member>
@@ -63,8 +63,8 @@
6363
<ReturnType>System.UInt32</ReturnType>
6464
</ReturnValue>
6565
<Docs>
66-
<summary>To be added.</summary>
67-
<value>To be added.</value>
66+
<summary>Gets or sets the beginning line.</summary>
67+
<value>Location of the beginning line.</value>
6868
<remarks>To be added.</remarks>
6969
</Docs>
7070
</Member>
@@ -85,8 +85,8 @@
8585
<ReturnType>System.UInt32</ReturnType>
8686
</ReturnValue>
8787
<Docs>
88-
<summary>To be added.</summary>
89-
<value>To be added.</value>
88+
<summary>Gets or sets the end column.</summary>
89+
<value>Location of the end column.</value>
9090
<remarks>To be added.</remarks>
9191
</Docs>
9292
</Member>
@@ -107,8 +107,8 @@
107107
<ReturnType>System.UInt32</ReturnType>
108108
</ReturnValue>
109109
<Docs>
110-
<summary>To be added.</summary>
111-
<value>To be added.</value>
110+
<summary>Gets or sets the end line.</summary>
111+
<value>Location of the end line.</value>
112112
<remarks>To be added.</remarks>
113113
</Docs>
114114
</Member>

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)