Skip to content

Commit 3a69671

Browse files
MarkMcGee1mairaw
andauthored
fix missing param content (#3881)
* fix missing param content * Update xml/System.Web.UI.WebControls/CreatingModelDataSourceEventHandler.xml Co-Authored-By: Maira Wenzel <[email protected]> * Update xml/System.Windows.Forms/DomainUpDown.xml Co-Authored-By: Maira Wenzel <[email protected]> * Update xml/System.Windows.Forms/DomainUpDown.xml Co-Authored-By: Maira Wenzel <[email protected]> * Update xml/System.Windows.Forms/Splitter.xml Co-Authored-By: Maira Wenzel <[email protected]> * Update xml/System.Windows.Forms/Splitter.xml Co-Authored-By: Maira Wenzel <[email protected]> * maybe fix the issue? Co-authored-by: Maira Wenzel <[email protected]>
1 parent 862182f commit 3a69671

8 files changed

+20
-18
lines changed

xml/System.Web.ModelBinding/DataAnnotationsModelValidationFactory.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,9 @@
2121
<ReturnType>System.Web.ModelBinding.ModelValidator</ReturnType>
2222
</ReturnValue>
2323
<Docs>
24-
<param name="metadata">To be added.</param>
25-
<param name="context">To be added.</param>
26-
<param name="attribute">To be added.</param>
24+
<param name="metadata">The model metadata.</param>
25+
<param name="context">The context.</param>
26+
<param name="attribute">The validation attribute.</param>
2727
<summary>Represents the method that creates a <see cref="T:System.Web.ModelBinding.DataAnnotationsModelValidatorProvider" /> instance.</summary>
2828
<returns>To be added.</returns>
2929
<remarks>To be added.</remarks>

xml/System.Web.ModelBinding/DataAnnotationsValidatableObjectAdapterFactory.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@
2020
<ReturnType>System.Web.ModelBinding.ModelValidator</ReturnType>
2121
</ReturnValue>
2222
<Docs>
23-
<param name="metadata">To be added.</param>
24-
<param name="context">To be added.</param>
23+
<param name="metadata">The model metadata.</param>
24+
<param name="context">The context.</param>
2525
<summary>Represents a factory for validators that are based on the <see cref="T:System.ComponentModel.DataAnnotations.IValidatableObject" /> interface.</summary>
2626
<returns>To be added.</returns>
2727
<remarks>To be added.</remarks>

xml/System.Web.ModelBinding/ModelBinderErrorMessageProvider.xml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,10 @@
2121
<ReturnType>System.String</ReturnType>
2222
</ReturnValue>
2323
<Docs>
24-
<param name="modelBindingExecutionContext">To be added.</param>
25-
<param name="modelMetadata">To be added.</param>
26-
<param name="incomingValue">To be added.</param>
24+
<param name="modelBindingExecutionContext">The model binding execution context. If the model binding execution context is <see langword="null" />, a new one is created and returned.
25+
</param>
26+
<param name="modelMetadata">The model metadata.</param>
27+
<param name="incomingValue">An incoming value.</param>
2728
<summary>Represents a method that provides a model-binding error message.</summary>
2829
<returns>To be added.</returns>
2930
<remarks>To be added.</remarks>

xml/System.Web.UI.WebControls/CreatingModelDataSourceEventHandler.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@
2020
<ReturnType>System.Void</ReturnType>
2121
</ReturnValue>
2222
<Docs>
23-
<param name="sender">To be added.</param>
24-
<param name="e">To be added.</param>
23+
<param name="sender">The source of the event.</param>
24+
<param name="e">The event data.</param>
2525
<summary>Represents the method that handles the <see cref="E:System.Web.UI.WebControls.DataBoundControl.CreatingModelDataSource" /> and <see cref="E:System.Web.UI.WebControls.Repeater.CreatingModelDataSource" /> events.</summary>
2626
<remarks>To be added.</remarks>
2727
</Docs>

xml/System.Windows.Forms/Control+ControlCollection.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -416,7 +416,7 @@
416416
<Parameter Name="other" Type="System.Object" Index="0" FrameworkAlternate="netframework-1.1" />
417417
</Parameters>
418418
<Docs>
419-
<param name="other">To be added.</param>
419+
<param name="other">The object to compare with the current object.</param>
420420
<summary>Specifies whether the current collection object and the specified object are equal.</summary>
421421
<returns>
422422
<see langword="true" /> if this instance and <paramref name="other" /> are equal; otherwise, <see langword="false" />.</returns>
@@ -1178,7 +1178,7 @@ This member is an explicit interface member implementation. It can be used only
11781178
<Parameter Name="control" Type="System.Object" />
11791179
</Parameters>
11801180
<Docs>
1181-
<param name="control">To be added.</param>
1181+
<param name="control">The <see cref="T:System.Windows.Forms.Control" /> to remove.</param>
11821182
<summary>For a description of this member, see <see cref="M:System.Collections.IList.Remove(System.Object)" />.</summary>
11831183
<remarks>
11841184
<format type="text/markdown"><![CDATA[

xml/System.Windows.Forms/DomainUpDown.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -336,8 +336,8 @@
336336
<Parameter Name="e" Type="System.Windows.Forms.KeyEventArgs" Index="1" FrameworkAlternate="netframework-1.1" />
337337
</Parameters>
338338
<Docs>
339-
<param name="source">An object that contains the event data.</param>
340-
<param name="e">To be added.</param>
339+
<param name="source">The source of the event.</param>
340+
<param name="e">The event data.</param>
341341
<summary>Raises the <see cref="E:System.Windows.Forms.Control.KeyDown" /> event.</summary>
342342
<remarks>To be added.</remarks>
343343
</Docs>

xml/System.Windows.Forms/ListViewItem+ListViewSubItemCollection.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1028,7 +1028,7 @@
10281028
<Parameter Name="subItem" Type="System.Object" Index="0" FrameworkAlternate="netframework-1.1;netframework-2.0;netframework-3.0;netframework-3.5;netframework-4.0;netframework-4.5;netframework-4.5.1;netframework-4.5.2;netframework-4.6;netframework-4.6.1;netframework-4.6.2;netframework-4.7;netframework-4.7.1;netframework-4.7.2;netframework-4.8" />
10291029
</Parameters>
10301030
<Docs>
1031-
<param name="item">To be added.</param>
1031+
<param name="item">An object that represents the subitem to locate in the collection.</param>
10321032
<param name="subItem">An object that represents the subitem to locate in the collection.</param>
10331033
<summary>Determines whether the specified subitem is located in the collection.</summary>
10341034
<returns>

xml/System.Windows.Forms/Splitter.xml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1308,9 +1308,10 @@
13081308
<Parameter Name="m" Type="System.Windows.Forms.Message" RefType="ref" Index="0" FrameworkAlternate="netframework-1.1" />
13091309
</Parameters>
13101310
<Docs>
1311-
<param name="m">To be added.</param>
1312-
<summary>Pre-filters messages. This member is obsolete.</summary>
1313-
<returns>To be added.</returns>
1311+
<param name="m">The message to be dispatched. You cannot modify this message.</param>
1312+
<summary>Filters out a message before it is dispatched. This member is obsolete.</summary>
1313+
<returns>
1314+
<see langword="true" /> to filter the message and stop it from being dispatched; <see langword="false" /> to allow the message to continue to the next filter or control.</returns>
13141315
<remarks>To be added.</remarks>
13151316
</Docs>
13161317
</Member>

0 commit comments

Comments
 (0)