Skip to content

Commit f11e015

Browse files
authored
Merge pull request #3765 from dotnet/master
Update live with current master
2 parents 7bf087b + dbfdabc commit f11e015

Some content is hidden

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

50 files changed

+347
-349
lines changed

includes/csharp-interactive-note-some.md

Lines changed: 0 additions & 3 deletions
This file was deleted.

includes/csharp-interactive-note.md

Lines changed: 0 additions & 3 deletions
This file was deleted.

xml/Microsoft.CLRAdmin/CData.xml

Lines changed: 30 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -193,12 +193,18 @@
193193
<Parameter Name="lpIDataObject" Type="Microsoft.CLRAdmin.IDataObject" />
194194
</Parameters>
195195
<Docs>
196-
<param name="lpProvider">To be added.</param>
197-
<param name="handle">To be added.</param>
198-
<param name="lpIDataObject">To be added.</param>
199-
<summary>This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.</summary>
200-
<returns>To be added.</returns>
196+
<param name="lpProvider">A pointer to the <see cref="T:Microsoft.CLRAdmin.IPropertySheetCallback" />.</param>
197+
<param name="handle">The handle to use to route the notification message to the appropriate <see cref="T:Microsoft.CLRAdmin.IComponent" /> or <see cref="T:Microsoft.CLRAdmin.IComponentData" />.</param>
198+
<param name="lpIDataObject">A pointer to the <see cref="T:Microsoft.CLRAdmin.IDataObject" /> on the object containing context information about the scope or result item.</param>
199+
<summary>Adds pages to a property sheet.</summary>
200+
<returns>| Return Value | Description |
201+
| --- | --- |
202+
| S\_OK | The <see cref="M:Microsoft.CLRAdmin.CData.CreatePropertyPages(Microsoft.CLRAdmin.IPropertySheetCallback,System.IntPtr,Microsoft.CLRAdmin.IDataObject)" /> method successfully added the property sheet pages. |
203+
| S\_FALSE | The <see cref="M:Microsoft.CLRAdmin.CData.CreatePropertyPages(Microsoft.CLRAdmin.IPropertySheetCallback,System.IntPtr,Microsoft.CLRAdmin.IDataObject)" /> method added no property sheet pages. |
204+
| E\_UNEXPECTED | An unexpected error occurred. |
205+
| E\_INVALIDARG | One or more parameters are not valid. |</returns>
201206
<remarks>To be added.</remarks>
207+
<forInternalUseOnly />
202208
</Docs>
203209
</Member>
204210
<Member MemberName="Destroy">
@@ -278,14 +284,17 @@
278284
<Parameter Name="bStretch" Type="System.Int32" RefType="out" />
279285
</Parameters>
280286
<Docs>
281-
<param name="lpIDataObject">To be added.</param>
282-
<param name="lphWatermark">To be added.</param>
283-
<param name="lphHeader">To be added.</param>
284-
<param name="lphPalette">To be added.</param>
285-
<param name="bStretch">To be added.</param>
286-
<summary>This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.</summary>
287-
<returns>To be added.</returns>
287+
<param name="lpIDataObject">The <see cref="T:Microsoft.CLRAdmin.IDataObject" /> on the object containing context information about the scope or result item.</param>
288+
<param name="lphWatermark">When this method returns, the handle to a bitmap that serves as the watermark for Wizard 97 pages.</param>
289+
<param name="lphHeader">When this method returns, the handle to a bitmap that serves as the header for Wizard 97 pages.</param>
290+
<param name="lphPalette">When this method returns, the handle to a palette used for the bitmaps specified by <paramref name="lphWatermark" /> and <paramref name="lphHeader" />.</param>
291+
<param name="bStretch">When this method returns, <see langword="true" /> if the watermark and header bitmaps should be stretched rather than tiled; otherwise, <see langword="false" />.</param>
292+
<summary>Retrieves the watermark and header bitmaps for wizard sheets that are implemented as Wizard 97-style wizards.</summary>
293+
<returns>| Return Value | Description |
294+
| --- | --- |
295+
| etch | <see langword="true" /> if the watermark and header bitmaps should be stretched rather than tiled; otherwise, <see langword="false" />. |</returns>
288296
<remarks>To be added.</remarks>
297+
<forInternalUseOnly />
289298
</Docs>
290299
</Member>
291300
<Member MemberName="Initialize">
@@ -402,10 +411,16 @@
402411
<Parameter Name="lpDataObject" Type="Microsoft.CLRAdmin.IDataObject" />
403412
</Parameters>
404413
<Docs>
405-
<param name="lpDataObject">To be added.</param>
406-
<summary>This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.</summary>
407-
<returns>To be added.</returns>
414+
<param name="lpDataObject">A pointer to the <see cref="T:Microsoft.CLRAdmin.IDataObject" /> on the object containing context information about the scope or result item.</param>
415+
<summary>Determines whether the object requires pages.</summary>
416+
<returns>| Return value | Description |
417+
| --- | --- |
418+
| S\_OK | Properties exist for this data object. |
419+
| E\_UNEXPECTED | An unexpected error occurred. |
420+
| E\_INVALID | The parameter is not valid. |
421+
| Any other error code | No pages are supplied for the data object. |</returns>
408422
<remarks>To be added.</remarks>
423+
<forInternalUseOnly />
409424
</Docs>
410425
</Member>
411426
</Members>

xml/Microsoft.JScript.Vsa/VsaEngine.xml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -632,9 +632,9 @@
632632
<Parameter Name="itemName" Type="System.String" Index="0" FrameworkAlternate="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" />
633633
</Parameters>
634634
<Docs>
635-
<param name="itemName">To be added.</param>
636-
<summary>This class, member, or property is internal to the script engine and should not be called from your code.</summary>
637-
<returns>To be added.</returns>
635+
<param name="itemName">The name of the item to get.</param>
636+
<summary>Gets the item from the scope that is designated by the specified name.</summary>
637+
<returns>The item with the specified name.</returns>
638638
<remarks>To be added.</remarks>
639639
<forInternalUseOnly />
640640
</Docs>
@@ -658,9 +658,9 @@
658658
<Parameter Name="index" Type="System.Int32" Index="0" FrameworkAlternate="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" />
659659
</Parameters>
660660
<Docs>
661-
<param name="index">To be added.</param>
662-
<summary>This class, member, or property is internal to the script engine and should not be called from your code.</summary>
663-
<returns>To be added.</returns>
661+
<param name="index">The index of the item to get.</param>
662+
<summary>Gets the item from the scope that is designated by the specified index value.</summary>
663+
<returns>The item at the specified index.</returns>
664664
<remarks>To be added.</remarks>
665665
<forInternalUseOnly />
666666
</Docs>
@@ -684,8 +684,8 @@
684684
</ReturnValue>
685685
<Parameters />
686686
<Docs>
687-
<summary>This class, member, or property is internal to the script engine and should not be called from your code.</summary>
688-
<returns>To be added.</returns>
687+
<summary>Gets the number of items in the scope.</summary>
688+
<returns>The number of items in the scope.</returns>
689689
<remarks>To be added.</remarks>
690690
<forInternalUseOnly />
691691
</Docs>

xml/Microsoft.VisualBasic.Compatibility.VB6/ADODCArray.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -371,7 +371,7 @@
371371
## Remarks
372372
The `Click` event passes an <xref:System.EventArgs> to its event handler. Therefore it only indicates that a click has occurred. If you need more specific mouse information (button, number of clicks, wheel rotation, or location), use the <xref:System.Windows.Forms.Control.MouseClick> event. However, the <xref:System.Windows.Forms.Control.MouseClick> event will not be raised if the click is caused by action other than that of the mouse, such as pressing the ENTER key.
373373
374-
A double-click is determined by the mouse settings of the user's operating system. The user can set the time between clicks of a mouse button that should be considered a double-click instead of two clicks. The `Click` event is raised every time that a control is double-clicked. For example, if you have event handlers for the `Click` and <xref:System.Windows.Forms.Control.DoubleClick> events of a [control](ms-help://MS.VSCC.v90/MS.MSDNQTR.v90.en/fxref_system.windows.forms/html/6569d671-0a28-7b3f-dbb8-90c3d272b6e2.htm), the `Click` and <xref:System.Windows.Forms.Control.DoubleClick> events are raised when the control is double-clicked and both methods are called. If a control is double-clicked and that control does not support the <xref:System.Windows.Forms.Control.DoubleClick> event, the `Click` event might be raised two times.
374+
A double-click is determined by the mouse settings of the user's operating system. The user can set the time between clicks of a mouse button that should be considered a double-click instead of two clicks. The `Click` event is raised every time that a control is double-clicked. For example, if you have event handlers for the `Click` and <xref:System.Windows.Forms.Control.DoubleClick> events of a control, the `Click` and <xref:System.Windows.Forms.Control.DoubleClick> events are raised when the control is double-clicked and both methods are called. If a control is double-clicked and that control does not support the <xref:System.Windows.Forms.Control.DoubleClick> event, the `Click` event might be raised two times.
375375
376376
For more information about how to handle events, see [Handling and Raising Events](~/docs/standard/events/index.md).
377377

xml/Microsoft.VisualBasic.Compatibility.VB6/CheckBoxArray.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -541,7 +541,7 @@
541541
## Remarks
542542
The `Click` event passes an <xref:System.EventArgs> to its event handler. Therefore it only indicates that a click has occurred. If you need more specific mouse information (button, number of clicks, wheel rotation, or location), use the <xref:System.Windows.Forms.Control.MouseClick> event. However, the <xref:System.Windows.Forms.Control.MouseClick> event will not be raised if the click is caused by action other than that of the mouse, such as pressing the ENTER key.
543543
544-
A double-click is determined by the mouse settings of the user's operating system. The user can set the time between clicks of a mouse button that should be considered a double-click instead of two clicks. The `Click` event is raised every time that a control is double-clicked. For example, if you have event handlers for the `Click` and <xref:System.Windows.Forms.Control.DoubleClick> events of a [control](ms-help://MS.VSCC.v90/MS.MSDNQTR.v90.en/fxref_system.windows.forms/html/6569d671-0a28-7b3f-dbb8-90c3d272b6e2.htm), the `Click` and <xref:System.Windows.Forms.Control.DoubleClick> events are raised when the control is double-clicked and both methods are called. If a control is double-clicked and that control does not support the <xref:System.Windows.Forms.Control.DoubleClick> event, the `Click` event might be raised two times.
544+
A double-click is determined by the mouse settings of the user's operating system. The user can set the time between clicks of a mouse button that should be considered a double-click instead of two clicks. The `Click` event is raised every time that a control is double-clicked. For example, if you have event handlers for the `Click` and <xref:System.Windows.Forms.Control.DoubleClick> events of a control, the `Click` and <xref:System.Windows.Forms.Control.DoubleClick> events are raised when the control is double-clicked and both methods are called. If a control is double-clicked and that control does not support the <xref:System.Windows.Forms.Control.DoubleClick> event, the `Click` event might be raised two times.
545545
546546
For more information about how to handle events, see [Handling and Raising Events](~/docs/standard/events/index.md).
547547

xml/Microsoft.VisualBasic.Compatibility.VB6/CheckedListBoxArray.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -332,7 +332,7 @@
332332
## Remarks
333333
The `Click` event passes an <xref:System.EventArgs> to its event handler. Therefore it only indicates that a click has occurred. If you need more specific mouse information (button, number of clicks, wheel rotation, or location), use the <xref:Microsoft.VisualBasic.Compatibility.VB6.CheckedListBoxArray.MouseClick> event. However, the <xref:Microsoft.VisualBasic.Compatibility.VB6.CheckedListBoxArray.MouseClick> event will not be raised if the click is caused by action other than that of the mouse, such as pressing the ENTER key.
334334
335-
A double-click is determined by the mouse settings of the user's operating system. The user can set the time between clicks of a mouse button that should be considered a double-click instead of two clicks. The `Click` event is raised every time that a control is double-clicked. For example, if you have event handlers for the `Click` and <xref:System.Windows.Forms.Control.DoubleClick> events of a [control](ms-help://MS.VSCC.v90/MS.MSDNQTR.v90.en/fxref_system.windows.forms/html/6569d671-0a28-7b3f-dbb8-90c3d272b6e2.htm), the `Click` and <xref:System.Windows.Forms.Control.DoubleClick> events are raised when the control is double-clicked and both methods are called. If a control is double-clicked and that control does not support the <xref:System.Windows.Forms.Control.DoubleClick> event, the `Click` event might be raised two times.
335+
A double-click is determined by the mouse settings of the user's operating system. The user can set the time between clicks of a mouse button that should be considered a double-click instead of two clicks. The `Click` event is raised every time that a control is double-clicked. For example, if you have event handlers for the `Click` and <xref:System.Windows.Forms.Control.DoubleClick> events of a control, the `Click` and <xref:System.Windows.Forms.Control.DoubleClick> events are raised when the control is double-clicked and both methods are called. If a control is double-clicked and that control does not support the <xref:System.Windows.Forms.Control.DoubleClick> event, the `Click` event might be raised two times.
336336
337337
For more information about how to handle events, see [Handling and Raising Events](~/docs/standard/events/index.md).
338338

xml/Microsoft.VisualBasic.Compatibility.VB6/DriveListBoxArray.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -333,7 +333,7 @@
333333
## Remarks
334334
The `Click` event passes an <xref:System.EventArgs> to its event handler. Therefore it only indicates that a click has occurred. If you need more specific mouse information (button, number of clicks, wheel rotation, or location), use the <xref:System.Windows.Forms.Control.MouseClick> event. However, the <xref:System.Windows.Forms.Control.MouseClick> event will not be raised if the click is caused by action other than that of the mouse, such as pressing the ENTER key.
335335
336-
A double-click is determined by the mouse settings of the user's operating system. The user can set the time between clicks of a mouse button that should be considered a double-click instead of two clicks. The `Click` event is raised every time that a control is double-clicked. For example, if you have event handlers for the `Click` and <xref:System.Windows.Forms.Control.DoubleClick> events of a [control](ms-help://MS.VSCC.v90/MS.MSDNQTR.v90.en/fxref_system.windows.forms/html/6569d671-0a28-7b3f-dbb8-90c3d272b6e2.htm), the `Click` and <xref:System.Windows.Forms.Control.DoubleClick> events are raised when the control is double-clicked and both methods are called. If a control is double-clicked and that control does not support the <xref:System.Windows.Forms.Control.DoubleClick> event, the `Click` event might be raised two times.
336+
A double-click is determined by the mouse settings of the user's operating system. The user can set the time between clicks of a mouse button that should be considered a double-click instead of two clicks. The `Click` event is raised every time that a control is double-clicked. For example, if you have event handlers for the `Click` and <xref:System.Windows.Forms.Control.DoubleClick> events of a control, the `Click` and <xref:System.Windows.Forms.Control.DoubleClick> events are raised when the control is double-clicked and both methods are called. If a control is double-clicked and that control does not support the <xref:System.Windows.Forms.Control.DoubleClick> event, the `Click` event might be raised two times.
337337
338338
For more information about how to handle events, see [Handling and Raising Events](~/docs/standard/events/index.md).
339339

xml/Microsoft.VisualBasic.Compatibility.VB6/LabelArray.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -368,7 +368,7 @@
368368
## Remarks
369369
The `Click` event passes an <xref:System.EventArgs> to its event handler. Therefore it only indicates that a click has occurred. If you need more specific mouse information (button, number of clicks, wheel rotation, or location), use the <xref:Microsoft.VisualBasic.Compatibility.VB6.LabelArray.MouseClick> event. However, the <xref:Microsoft.VisualBasic.Compatibility.VB6.LabelArray.MouseClick> event will not be raised if the click is caused by action other than that of the mouse, such as pressing the ENTER key.
370370
371-
A double-click is determined by the mouse settings of the user's operating system. The user can set the time between clicks of a mouse button that should be considered a double-click instead of two clicks. The `Click` event is raised every time that a control is double-clicked. For example, if you have event handlers for the `Click` and <xref:System.Windows.Forms.Control.DoubleClick> events of a [control](ms-help://MS.VSCC.v90/MS.MSDNQTR.v90.en/fxref_system.windows.forms/html/6569d671-0a28-7b3f-dbb8-90c3d272b6e2.htm), the `Click` and <xref:System.Windows.Forms.Control.DoubleClick> events are raised when the control is double-clicked and both methods are called. If a control is double-clicked and that control does not support the <xref:System.Windows.Forms.Control.DoubleClick> event, the `Click` event might be raised two times.
371+
A double-click is determined by the mouse settings of the user's operating system. The user can set the time between clicks of a mouse button that should be considered a double-click instead of two clicks. The `Click` event is raised every time that a control is double-clicked. For example, if you have event handlers for the `Click` and <xref:System.Windows.Forms.Control.DoubleClick> events of a control, the `Click` and <xref:System.Windows.Forms.Control.DoubleClick> events are raised when the control is double-clicked and both methods are called. If a control is double-clicked and that control does not support the <xref:System.Windows.Forms.Control.DoubleClick> event, the `Click` event might be raised two times.
372372
373373
For more information about how to handle events, see [Handling and Raising Events](~/docs/standard/events/index.md).
374374

0 commit comments

Comments
 (0)