You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: xml/Microsoft.VisualBasic/FileSystem.xml
+1-26Lines changed: 1 addition & 26 deletions
Original file line number
Diff line number
Diff line change
@@ -3638,32 +3638,7 @@
3638
3638
<Docs>
3639
3639
<paramname="PathName">Required. A string expression that specifies a file, directory, or folder name. <paramrefname="PathName" /> can include the directory or folder, and the drive.</param>
3640
3640
<summary>Returns a <seelangword="FileAttribute" /> value that represents the attributes of a file, directory, or folder. The <seelangword="My" /> feature gives you better productivity and performance in file I/O operations than <seelangword="FileAttribute" />. For more information, see <seecref="T:Microsoft.VisualBasic.FileIO.FileSystem" />.</summary>
3641
-
<returns>The value returned by <seelangword="GetAttr" /> is the sum of the following enumeration values:
</description></item><item><term><seelangword="System" /></term><description><seelangword="vbSystem" /></description><description> System file.
3656
-
3657
-
</description></item><item><term><seelangword="Directory" /></term><description><seelangword="vbDirectory" /></description><description> Directory or folder.
3658
-
3659
-
</description></item><item><term><seelangword="Archive" /></term><description><seelangword="vbArchive" /></description><description> File has changed since last backup.
3660
-
3661
-
</description></item><item><term><seelangword="Alias" /></term><description><seelangword="vbAlias" /></description><description> File has a different name.
Copy file name to clipboardExpand all lines: xml/System.Threading.Tasks/TaskFactory`1.xml
+9-9Lines changed: 9 additions & 9 deletions
Original file line number
Diff line number
Diff line change
@@ -596,7 +596,7 @@
596
596
<Docs>
597
597
<paramname="tasks">The array of tasks from which to continue.</param>
598
598
<paramname="continuationFunction">The function delegate to execute asynchronously when all tasks in the <paramrefname="tasks" /> array have completed.</param>
599
-
<paramname="continuationOptions">One of the enumeration values that controls the behavior of the created continuation task. The NotOn* or OnlyOn* values are not valid.</param>
599
+
<paramname="continuationOptions">One of the enumeration values that controls the behavior of the created continuation task. The <seelangword="NotOn*" /> and <seelangword="OnlyOn*" /> values are not valid.</param>
600
600
<summary>Creates a continuation task that will be started upon the completion of a set of provided Tasks.</summary>
601
601
<returns>The new continuation task.</returns>
602
602
<remarks>
@@ -661,7 +661,7 @@
661
661
<paramname="tasks">The array of tasks from which to continue.</param>
662
662
<paramname="continuationFunction">The function delegate to execute asynchronously when all tasks in the <paramrefname="tasks" /> array have completed.</param>
663
663
<paramname="cancellationToken">The cancellation token that will be assigned to the new continuation task.</param>
664
-
<paramname="continuationOptions">One of the enumeration values that controls the behavior of the created continuation task. The NotOn* or OnlyOn* values are not valid.</param>
664
+
<paramname="continuationOptions">One of the enumeration values that controls the behavior of the created continuation task. The <seelangword="NotOn*" /> and <seelangword="OnlyOn*" /> values are not valid.</param>
665
665
<paramname="scheduler">The scheduler that is used to schedule the created continuation task.</param>
666
666
<summary>Creates a continuation task that will be started upon the completion of a set of provided Tasks.</summary>
667
667
<returns>The new continuation task.</returns>
@@ -871,7 +871,7 @@
871
871
<typeparamname="TAntecedentResult">The type of the result of the antecedent <paramrefname="tasks" />.</typeparam>
872
872
<paramname="tasks">The array of tasks from which to continue.</param>
873
873
<paramname="continuationFunction">The function delegate to execute asynchronously when all tasks in the <paramrefname="tasks" /> array have completed.</param>
874
-
<paramname="continuationOptions">One of the enumeration values that controls the behavior of the created continuation task. The NotOn* or OnlyOn* values are not valid.</param>
874
+
<paramname="continuationOptions">One of the enumeration values that controls the behavior of the created continuation task. The <seelangword="NotOn*" /> and <seelangword="OnlyOn*" /> values are not valid.</param>
875
875
<summary>Creates a continuation task that will be started upon the completion of a set of provided tasks.</summary>
876
876
<returns>The new continuation task.</returns>
877
877
<remarks>
@@ -940,7 +940,7 @@
940
940
<paramname="tasks">The array of tasks from which to continue.</param>
941
941
<paramname="continuationFunction">The function delegate to execute asynchronously when all tasks in the <paramrefname="tasks" /> array have completed.</param>
942
942
<paramname="cancellationToken">The cancellation token that will be assigned to the new continuation task.</param>
943
-
<paramname="continuationOptions">One of the enumeration values that controls the behavior of the created continuation task. The NotOn* or OnlyOn* values are not valid.</param>
943
+
<paramname="continuationOptions">One of the enumeration values that controls the behavior of the created continuation task. The <seelangword="NotOn*" /> and <seelangword="OnlyOn*" /> values are not valid.</param>
944
944
<paramname="scheduler">The scheduler that is used to schedule the created continuation task.</param>
945
945
<summary>Creates a continuation task that will be started upon the completion of a set of provided tasks.</summary>
946
946
<returns>The new continuation task.</returns>
@@ -1154,7 +1154,7 @@
1154
1154
<Docs>
1155
1155
<paramname="tasks">The array of tasks from which to continue when one task completes.</param>
1156
1156
<paramname="continuationFunction">The function delegate to execute asynchronously when one task in the <paramrefname="tasks" /> array completes.</param>
1157
-
<paramname="continuationOptions">One of the enumeration values that controls the behavior of the created continuation task. The <seelangword="NotOn*" /> or <seelangword="OnlyOn*" /> values are not valid.</param>
1157
+
<paramname="continuationOptions">One of the enumeration values that controls the behavior of the created continuation task. The <seelangword="NotOn*" /> and <seelangword="OnlyOn*" /> values are not valid.</param>
1158
1158
<summary>Creates a continuation task that will be started upon the completion of any task in the provided set.</summary>
1159
1159
<returns>The new continuation task.</returns>
1160
1160
<remarks>
@@ -1223,7 +1223,7 @@
1223
1223
<paramname="tasks">The array of tasks from which to continue when one task completes.</param>
1224
1224
<paramname="continuationFunction">The function delegate to execute asynchronously when one task in the <paramrefname="tasks" /> array completes.</param>
1225
1225
<paramname="cancellationToken">The cancellation token that will be assigned to the new continuation task.</param>
1226
-
<paramname="continuationOptions">One of the enumeration values that controls the behavior of the created continuation task. The <seelangword="NotOn*" /> or <seelangword="OnlyOn*" /> values are not valid.</param>
1226
+
<paramname="continuationOptions">One of the enumeration values that controls the behavior of the created continuation task. The <seelangword="NotOn*" /> and <seelangword="OnlyOn*" /> values are not valid.</param>
1227
1227
<paramname="scheduler">The task scheduler that is used to schedule the created continuation task.</param>
1228
1228
<summary>Creates a continuation task that will be started upon the completion of any task in the provided set.</summary>
1229
1229
<returns>The new continuation task.</returns>
@@ -1445,7 +1445,7 @@
1445
1445
<typeparamname="TAntecedentResult">The type of the result of the antecedent <paramrefname="tasks" />.</typeparam>
1446
1446
<paramname="tasks">The array of tasks from which to continue when one task completes.</param>
1447
1447
<paramname="continuationFunction">The function delegate to execute asynchronously when one task in the <paramrefname="tasks" /> array completes.</param>
1448
-
<paramname="continuationOptions">One of the enumeration values that controls the behavior of the created continuation task. The <seelangword="NotOn*" /> or <seelangword="OnlyOn*" /> values are not valid.</param>
1448
+
<paramname="continuationOptions">One of the enumeration values that controls the behavior of the created continuation task. The <seelangword="NotOn*" /> and <seelangword="OnlyOn*" /> values are not valid.</param>
1449
1449
<summary>Creates a continuation task that will be started upon the completion of any task in the provided set.</summary>
1450
1450
<returns>The new continuation <seecref="T:System.Threading.Tasks.Task`1" />.</returns>
1451
1451
<remarks>
@@ -1518,7 +1518,7 @@
1518
1518
<paramname="tasks">The array of tasks from which to continue when one task completes.</param>
1519
1519
<paramname="continuationFunction">The function delegate to execute asynchronously when one task in the <paramrefname="tasks" /> array completes.</param>
1520
1520
<paramname="cancellationToken">The cancellation token that will be assigned to the new continuation task.</param>
1521
-
<paramname="continuationOptions">One of the enumeration values that controls the behavior of the created continuation task. The <seelangword="NotOn*" /> or <seelangword="OnlyOn*" /> values are not valid.</param>
1521
+
<paramname="continuationOptions">One of the enumeration values that controls the behavior of the created continuation task. The <seelangword="NotOn*" /> and <seelangword="OnlyOn*" /> values are not valid.</param>
1522
1522
<paramname="scheduler">The <seecref="T:System.Threading.Tasks.TaskScheduler" /> that is used to schedule the created continuation <seecref="T:System.Threading.Tasks.Task`1" />.</param>
1523
1523
<summary>Creates a continuation task that will be started upon the completion of any task in the provided set.</summary>
1524
1524
<returns>The new continuation <seecref="T:System.Threading.Tasks.Task`1" />.</returns>
Copy file name to clipboardExpand all lines: xml/System.Web.UI.DataVisualization.Charting/BorderSkinStyle.xml
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -21,7 +21,7 @@
21
21
The <xref:System.Web.UI.DataVisualization.Charting.BorderSkin> class represents the style of the border skin used for a chart image. If you set the <xref:System.Web.UI.DataVisualization.Charting.BorderSkin.SkinStyle> property to None, no skin will be used. This is the default value for the <xref:System.Web.UI.DataVisualization.Charting.BorderSkin.SkinStyle> property.
22
22
23
23
> [!NOTE]
24
-
> The difference between the sets of border skin styles that use frames and follow either the naming convention "FrameThin*" or "FrameTitle*" (for example, System.Web.UI.DataVisualization.Charting.BorderSkinStyle.FrameThin1 or System.Web.UI.DataVisualization.Charting.BorderSkinStyle.FrameTitle1) is the shape and thickness of their frames.
24
+
> The difference between the sets of border skin styles that use frames and follow either the naming convention "FrameThin\*" or "FrameTitle\*" (for example, System.Web.UI.DataVisualization.Charting.BorderSkinStyle.FrameThin1 or System.Web.UI.DataVisualization.Charting.BorderSkinStyle.FrameTitle1) is the shape and thickness of their frames.
25
25
26
26
In addition, if you use one of the "FrameThin" style border skins, the title of the chart will not be displayed. However, if you use one of the "FrameTitle" style border skins, the title of the chart will appear in the top-horizontal part of the frame.
Copy file name to clipboardExpand all lines: xml/System.Web.UI.WebControls/AdRotator.xml
+12-12Lines changed: 12 additions & 12 deletions
Original file line number
Diff line number
Diff line change
@@ -88,11 +88,11 @@
88
88
|`Width`|The width of the image, in pixels (optional).|
89
89
|`AlternateText`|The text display in place of the image when the image specified by the <xref:System.Web.UI.WebControls.AdCreatedEventArgs.ImageUrl%2A> property is not available (optional).<br /><br /> In some browsers, this text also appears as a `ToolTip` for the advertisement.|
90
90
|`Keyword`|A category for the advertisement (for example, "computers") that you can filter by (optional).|
91
-
|`Impressions`|A number that indicates the importance of the ad in the schedule of rotation relative to the other ads in the file (optional).<br /><br /> The larger the number, the more often the ad is displayed. The total of all `<Impressions>` values in the XML file cannot exceed 2,047,999,999*.* If it does, the <xref:System.Web.UI.WebControls.AdRotator> control throws a run-time exception.|
91
+
|`Impressions`|A number that indicates the importance of the ad in the schedule of rotation relative to the other ads in the file (optional).<br /><br /> The larger the number, the more often the ad is displayed. The total of all `<Impressions>` values in the XML file cannot exceed 2,047,999,999. If it does, the <xref:System.Web.UI.WebControls.AdRotator> control throws a run-time exception.|
92
92
93
93
The following example shows the format for the XML advertisement file.
94
94
95
-
```
95
+
```xml
96
96
<Advertisements>
97
97
<Ad>
98
98
<ImageUrl>
@@ -172,7 +172,7 @@
172
172
173
173
The following code example demonstrates the file format for an XML file that contains advertisement information for the previous example. For more information on the file format, see the <xref:System.Web.UI.WebControls.AdRotator.AdvertisementFile%2A> member.
174
174
175
-
```
175
+
```xml
176
176
<Advertisements>
177
177
<Ad>
178
178
<ImageUrl>~/Images/image1.jpg</ImageUrl>
@@ -292,7 +292,7 @@
292
292
293
293
The following code example demonstrates how to format the XML file that contains the advertisement information. For more information on the XML file, see the <xref:System.Web.UI.WebControls.AdRotator.AdvertisementFile%2A> property.
294
294
295
-
```
295
+
```xml
296
296
<Advertisements>
297
297
<Ad>
298
298
<ImageUrl>~/Images/image1.jpg</ImageUrl>
@@ -418,7 +418,7 @@
418
418
419
419
The following code example shows the file format of the XML advertisement file.
420
420
421
-
```
421
+
```xml
422
422
<Advertisements>
423
423
<Ad>
424
424
<ImageUrl>~/Images/image1.jpg</ImageUrl>
@@ -489,7 +489,7 @@
489
489
490
490
The following is the sample XML data for the previous example.
491
491
492
-
```
492
+
```xml
493
493
<Advertisements>
494
494
<Ad>
495
495
<ImageUrl>~/Images/ad1.gif</ImageUrl>
@@ -620,7 +620,7 @@
620
620
621
621
The following is the sample XML data for the previous example.
622
622
623
-
```
623
+
```xml
624
624
<Advertisements>
625
625
<Ad>
626
626
<ImageUrl>~/Images/ad1.gif</ImageUrl>
@@ -708,7 +708,7 @@
708
708
709
709
The following code example demonstrates how to specify a keyword for each advertisement in the XML advertisement file. For more information on the file format, see the <xref:System.Web.UI.WebControls.AdRotator.AdvertisementFile%2A> member.
710
710
711
-
```
711
+
```xml
712
712
<Advertisements>
713
713
<Ad>
714
714
<ImageUrl>~/Images/image1.jpg</ImageUrl>
@@ -778,7 +778,7 @@
778
778
779
779
The following is the sample XML data for the previous example.
780
780
781
-
```
781
+
```xml
782
782
<Advertisements>
783
783
<Ad>
784
784
<ImageUrl>~/Images/ad1.gif</ImageUrl>
@@ -854,7 +854,7 @@
854
854
855
855
The following code example demonstrates how to format the XML file that contains the advertisement information. For more information on the XML file, see the <xref:System.Web.UI.WebControls.AdRotator.AdvertisementFile%2A> property.
856
856
857
-
```
857
+
```xml
858
858
<Advertisements>
859
859
<Ad>
860
860
<ImageUrl>~/Images/image1.jpg</ImageUrl>
@@ -1164,7 +1164,7 @@
1164
1164
1165
1165
The following code example demonstrates the file format for an XML file that contains advertisement information. For more information on the file format, see the <xref:System.Web.UI.WebControls.AdRotator.AdvertisementFile%2A> member.
Copy file name to clipboardExpand all lines: xml/System.Windows.Forms/KeyPressEventArgs.xml
-4Lines changed: 0 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -222,10 +222,6 @@
222
222
> [!NOTE]
223
223
> For information about how to detect any of the non-character keys mentioned above, see the <xref:System.Windows.Forms.KeyEventArgs> class.
224
224
225
-
-
226
-
227
-
228
-
229
225
## Examples
230
226
The following example creates a <xref:System.Windows.Forms.TextBox> control. The `keypressed` method uses the <xref:System.Windows.Forms.KeyPressEventArgs.KeyChar%2A> property to check whether the ENTER key pressed. If the ENTER key is pressed, the <xref:System.Windows.Forms.KeyPressEventArgs.Handled%2A> property is set to `true`, which indicates the event is handled.
0 commit comments