Skip to content

Commit ea5fb8d

Browse files
authored
remove token includes in api-docs (#63)
Related to dotnet/docs#5005 and dotnet/docs#4989 This PR removes the same tokens from the API reference repo.
1 parent 38ca776 commit ea5fb8d

File tree

15 files changed

+102
-104
lines changed

15 files changed

+102
-104
lines changed

includes/csprcs-md.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

includes/vs-current-short-md.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

xml/Microsoft.Build.Tasks.Deployment.Bootstrapper/BootstrapperBuilder.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,8 +75,8 @@
7575
<Parameter Name="visualStudioVersion" Type="System.String" />
7676
</Parameters>
7777
<Docs>
78-
<param name="visualStudioVersion">The version of [!INCLUDE[vs_current_short](~/includes/vs-current-short-md.md)] to use.</param>
79-
<summary>Initializes a new instance of the <see langword="BootstrapperBuilder" /> class, using the specified version of [!INCLUDE[vs_current_short](~/includes/vs-current-short-md.md)].</summary>
78+
<param name="visualStudioVersion">The version of Visual Studio] to use.</param>
79+
<summary>Initializes a new instance of the <see langword="BootstrapperBuilder" /> class, using the specified version of Visual Studio].</summary>
8080
<remarks>To be added.</remarks>
8181
<forInternalUseOnly />
8282
</Docs>

xml/Microsoft.Build.Tasks.Hosting/ICscHostObject.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -930,8 +930,8 @@
930930
<Parameter Name="sources" Type="Microsoft.Build.Framework.ITaskItem[]" />
931931
</Parameters>
932932
<Docs>
933-
<param name="sources">One or more [!INCLUDE[csprcs](~/includes/csprcs-md.md)] source files.</param>
934-
<summary>Specifies one or more [!INCLUDE[csprcs](~/includes/csprcs-md.md)] source files.</summary>
933+
<param name="sources">One or more Visual C# source files.</param>
934+
<summary>Specifies one or more Visual C# source files.</summary>
935935
<returns>
936936
<see langword="true" /> if the method was successful; otherwise, <see langword="false" />.</returns>
937937
<remarks>To be added.</remarks>

xml/System.ComponentModel/EditorBrowsableAttribute.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,10 +39,10 @@
3939
## Remarks
4040
<xref:System.ComponentModel.EditorBrowsableAttribute> is a hint to a designer indicating whether a property or method is to be displayed. You can use this type in a visual designer or text editor to determine what is visible to the user. For example, the IntelliSense engine in [!INCLUDE[vsprvs](~/includes/vsprvs-md.md)] uses this attribute to determine whether to show a property or method.
4141
42-
In [!INCLUDE[csprcs](~/includes/csprcs-md.md)], you can control when advanced properties appear in IntelliSense and the Properties Window with the **Hide Advanced Members** setting under **Tools &#124; Options &#124; Text Editor &#124; C#**. The corresponding <xref:System.ComponentModel.EditorBrowsableState> is <xref:System.ComponentModel.EditorBrowsableState.Advanced>.
42+
In Visual C#, you can control when advanced properties appear in IntelliSense and the Properties Window with the **Hide Advanced Members** setting under **Tools &#124; Options &#124; Text Editor &#124; C#**. The corresponding <xref:System.ComponentModel.EditorBrowsableState> is <xref:System.ComponentModel.EditorBrowsableState.Advanced>.
4343
4444
> [!NOTE]
45-
> In [!INCLUDE[csprcs](~/includes/csprcs-md.md)], <xref:System.ComponentModel.EditorBrowsableAttribute> does not suppress members from a class in the same assembly.
45+
> In Visual C#, <xref:System.ComponentModel.EditorBrowsableAttribute> does not suppress members from a class in the same assembly.
4646
4747
4848

xml/System.Data/EnumerableRowCollectionExtensions.xml

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
<format type="text/markdown"><![CDATA[
5858
5959
## Remarks
60-
This method is implemented by using deferred execution. The immediate return value is an object that stores all the information that is required to perform the action. The query represented by this method is not executed until the object is enumerated either by calling its `GetEnumerator` method directly or by using `foreach` in [!INCLUDE[csprcs](~/includes/csprcs-md.md)] or `For Each` in [!INCLUDE[vbprvb](~/includes/vbprvb-md.md)].
60+
This method is implemented by using deferred execution. The immediate return value is an object that stores all the information that is required to perform the action. The query represented by this method is not executed until the object is enumerated either by calling its `GetEnumerator` method directly or by using `foreach` in Visual C# or `For Each` in [!INCLUDE[vbprvb](~/includes/vbprvb-md.md)].
6161
6262
]]></format>
6363
</remarks>
@@ -110,7 +110,7 @@
110110
<format type="text/markdown"><![CDATA[
111111
112112
## Remarks
113-
This method is implemented by using deferred execution. The immediate return value is an object that stores all the information that is required to perform the action. The query represented by this method is not executed until the object is enumerated either by calling its `GetEnumerator` method directly or by using `foreach` in [!INCLUDE[csprcs](~/includes/csprcs-md.md)] or `For Each` in [!INCLUDE[vbprvb](~/includes/vbprvb-md.md)].
113+
This method is implemented by using deferred execution. The immediate return value is an object that stores all the information that is required to perform the action. The query represented by this method is not executed until the object is enumerated either by calling its `GetEnumerator` method directly or by using `foreach` in Visual C# or `For Each` in [!INCLUDE[vbprvb](~/includes/vbprvb-md.md)].
114114
115115
]]></format>
116116
</remarks>
@@ -154,7 +154,7 @@
154154
<format type="text/markdown"><![CDATA[
155155
156156
## Remarks
157-
This method is implemented by using deferred execution. The immediate return value is an object that stores all the information that is required to perform the action. The query represented by this method is not executed until the object is enumerated either by calling its `GetEnumerator` method directly or by using `foreach` in [!INCLUDE[csprcs](~/includes/csprcs-md.md)] or `For Each` in [!INCLUDE[vbprvb](~/includes/vbprvb-md.md)].
157+
This method is implemented by using deferred execution. The immediate return value is an object that stores all the information that is required to perform the action. The query represented by this method is not executed until the object is enumerated either by calling its `GetEnumerator` method directly or by using `foreach` in Visual C# or `For Each` in [!INCLUDE[vbprvb](~/includes/vbprvb-md.md)].
158158
159159
]]></format>
160160
</remarks>
@@ -205,7 +205,7 @@
205205
<format type="text/markdown"><![CDATA[
206206
207207
## Remarks
208-
This method is implemented by using deferred execution. The immediate return value is an object that stores all the information that is required to perform the action. The query represented by this method is not executed until the object is enumerated either by calling its `GetEnumerator` method directly or by using `foreach` in [!INCLUDE[csprcs](~/includes/csprcs-md.md)] or `For Each` in [!INCLUDE[vbprvb](~/includes/vbprvb-md.md)].
208+
This method is implemented by using deferred execution. The immediate return value is an object that stores all the information that is required to perform the action. The query represented by this method is not executed until the object is enumerated either by calling its `GetEnumerator` method directly or by using `foreach` in Visual C# or `For Each` in [!INCLUDE[vbprvb](~/includes/vbprvb-md.md)].
209209
210210
]]></format>
211211
</remarks>
@@ -249,7 +249,7 @@
249249
<format type="text/markdown"><![CDATA[
250250
251251
## Remarks
252-
This method is implemented by using deferred execution. The immediate return value is an object that stores all the information that is required to perform the action. The query represented by this method is not executed until the object is enumerated either by calling its `GetEnumerator` method directly or by using `foreach` in [!INCLUDE[csprcs](~/includes/csprcs-md.md)] or `For Each` in [!INCLUDE[vbprvb](~/includes/vbprvb-md.md)].
252+
This method is implemented by using deferred execution. The immediate return value is an object that stores all the information that is required to perform the action. The query represented by this method is not executed until the object is enumerated either by calling its `GetEnumerator` method directly or by using `foreach` in Visual C# or `For Each` in [!INCLUDE[vbprvb](~/includes/vbprvb-md.md)].
253253
254254
]]></format>
255255
</remarks>
@@ -291,7 +291,7 @@
291291
<format type="text/markdown"><![CDATA[
292292
293293
## Remarks
294-
This method is implemented by using deferred execution. The immediate return value is an object that stores all the information that is required to perform the action. The query represented by this method is not executed until the object is enumerated either by calling its `GetEnumerator` method directly or by using `foreach` in [!INCLUDE[csprcs](~/includes/csprcs-md.md)] or `For Each` in [!INCLUDE[vbprvb](~/includes/vbprvb-md.md)].
294+
This method is implemented by using deferred execution. The immediate return value is an object that stores all the information that is required to perform the action. The query represented by this method is not executed until the object is enumerated either by calling its `GetEnumerator` method directly or by using `foreach` in Visual C# or `For Each` in [!INCLUDE[vbprvb](~/includes/vbprvb-md.md)].
295295
296296
This projection method requires the transform function, `selector`, to produce one value for each value in the source sequence, `source`. If `selector` returns a value that is itself a collection, it is up to the consumer to traverse the subsequences manually.
297297
@@ -343,7 +343,7 @@
343343
## Remarks
344344
The use of a <xref:System.Data.EnumerableRowCollectionExtensions.ThenBy%2A> operation requires an existing primary sorting operation using <xref:System.Data.EnumerableRowCollectionExtensions.OrderBy%2A>.
345345
346-
This method is implemented by using deferred execution. The immediate return value is an object that stores all the information that is required to perform the action. The query represented by this method is not executed until the object is enumerated either by calling its `GetEnumerator` method directly or by using `foreach` in [!INCLUDE[csprcs](~/includes/csprcs-md.md)] or `For Each` in [!INCLUDE[vbprvb](~/includes/vbprvb-md.md)].
346+
This method is implemented by using deferred execution. The immediate return value is an object that stores all the information that is required to perform the action. The query represented by this method is not executed until the object is enumerated either by calling its `GetEnumerator` method directly or by using `foreach` in Visual C# or `For Each` in [!INCLUDE[vbprvb](~/includes/vbprvb-md.md)].
347347
348348
]]></format>
349349
</remarks>
@@ -389,7 +389,7 @@
389389
## Remarks
390390
The use of a <xref:System.Data.EnumerableRowCollectionExtensions.ThenBy%2A> operation requires an existing primary sorting operation using <xref:System.Data.EnumerableRowCollectionExtensions.OrderBy%2A>.
391391
392-
This method is implemented by using deferred execution. The immediate return value is an object that stores all the information that is required to perform the action. The query represented by this method is not executed until the object is enumerated either by calling its `GetEnumerator` method directly or by using `foreach` in [!INCLUDE[csprcs](~/includes/csprcs-md.md)] or `For Each` in [!INCLUDE[vbprvb](~/includes/vbprvb-md.md)].
392+
This method is implemented by using deferred execution. The immediate return value is an object that stores all the information that is required to perform the action. The query represented by this method is not executed until the object is enumerated either by calling its `GetEnumerator` method directly or by using `foreach` in Visual C# or `For Each` in [!INCLUDE[vbprvb](~/includes/vbprvb-md.md)].
393393
394394
]]></format>
395395
</remarks>
@@ -442,7 +442,7 @@
442442
## Remarks
443443
The use of a <xref:System.Data.EnumerableRowCollectionExtensions.ThenByDescending%2A> operation requires an existing primary sorting operation using <xref:System.Data.EnumerableRowCollectionExtensions.OrderBy%2A>.
444444
445-
This method is implemented by using deferred execution. The immediate return value is an object that stores all the information that is required to perform the action. The query represented by this method is not executed until the object is enumerated either by calling its `GetEnumerator` method directly or by using `foreach` in [!INCLUDE[csprcs](~/includes/csprcs-md.md)] or `For Each` in [!INCLUDE[vbprvb](~/includes/vbprvb-md.md)].
445+
This method is implemented by using deferred execution. The immediate return value is an object that stores all the information that is required to perform the action. The query represented by this method is not executed until the object is enumerated either by calling its `GetEnumerator` method directly or by using `foreach` in Visual C# or `For Each` in [!INCLUDE[vbprvb](~/includes/vbprvb-md.md)].
446446
447447
]]></format>
448448
</remarks>
@@ -488,7 +488,7 @@
488488
## Remarks
489489
The use of a <xref:System.Data.EnumerableRowCollectionExtensions.ThenByDescending%2A> operation requires an existing primary sorting operation using <xref:System.Data.EnumerableRowCollectionExtensions.OrderBy%2A>.
490490
491-
This method is implemented by using deferred execution. The immediate return value is an object that stores all the information that is required to perform the action. The query represented by this method is not executed until the object is enumerated either by calling its `GetEnumerator` method directly or by using `foreach` in [!INCLUDE[csprcs](~/includes/csprcs-md.md)] or `For Each` in [!INCLUDE[vbprvb](~/includes/vbprvb-md.md)].
491+
This method is implemented by using deferred execution. The immediate return value is an object that stores all the information that is required to perform the action. The query represented by this method is not executed until the object is enumerated either by calling its `GetEnumerator` method directly or by using `foreach` in Visual C# or `For Each` in [!INCLUDE[vbprvb](~/includes/vbprvb-md.md)].
492492
493493
]]></format>
494494
</remarks>
@@ -528,7 +528,7 @@
528528
<format type="text/markdown"><![CDATA[
529529
530530
## Remarks
531-
This method is implemented by using deferred execution. The immediate return value is an object that stores all the information that is required to perform the action. The query represented by this method is not executed until the object is enumerated either by calling its `GetEnumerator` method directly or by using `foreach` in [!INCLUDE[csprcs](~/includes/csprcs-md.md)] or `For Each` in [!INCLUDE[vbprvb](~/includes/vbprvb-md.md)].
531+
This method is implemented by using deferred execution. The immediate return value is an object that stores all the information that is required to perform the action. The query represented by this method is not executed until the object is enumerated either by calling its `GetEnumerator` method directly or by using `foreach` in Visual C# or `For Each` in [!INCLUDE[vbprvb](~/includes/vbprvb-md.md)].
532532
533533
]]></format>
534534
</remarks>

0 commit comments

Comments
 (0)