Skip to content

Commit 1478660

Browse files
authored
Update/remove old links (#12538)
1 parent 8862380 commit 1478660

445 files changed

Lines changed: 1297 additions & 1857 deletions

File tree

Some content is hidden

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

xml/Microsoft.SqlServer.Server/SqlUserDefinedTypeAttribute.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
<format type="text/markdown"><![CDATA[
3838
3939
## Remarks
40-
SQL Server creates a user-defined type that is bound to the type definition that has the <xref:Microsoft.SqlServer.Server.SqlUserDefinedTypeAttribute> custom attribute. Every UDT must be annotated with this attribute. See [CLR User-Defined Types](https://go.microsoft.com/fwlink/?LinkId=128028) for more information about UDTs, including an example of a UDT.
40+
SQL Server creates a user-defined type that is bound to the type definition that has the <xref:Microsoft.SqlServer.Server.SqlUserDefinedTypeAttribute> custom attribute. Every UDT must be annotated with this attribute. See [CLR User-Defined Types](https://learn.microsoft.com/sql/relational-databases/clr-integration-database-objects-user-defined-types/clr-user-defined-types?view=sql-server-ver17) for more information about UDTs, including an example of a UDT.
4141
4242
4343

xml/System.Activities.Statements/Interop.xml

Lines changed: 73 additions & 73 deletions
Original file line numberDiff line numberDiff line change
@@ -26,16 +26,16 @@
2626
<Docs>
2727
<summary>An activity that manages the execution of an <see cref="T:System.Workflow.ComponentModel.Activity" /> within a workflow.</summary>
2828
<remarks>
29-
<format type="text/markdown"><![CDATA[
30-
31-
## Remarks
32-
29+
<format type="text/markdown"><![CDATA[
30+
31+
## Remarks
32+
3333
> [!NOTE]
34-
> The <xref:System.Activities.Statements.Interop> activity will not appear in the workflow designer toolbox unless the workflow's project has its `Target Framework` setting set to `.Net Framework 4`.
35-
34+
> The <xref:System.Activities.Statements.Interop> activity will not appear in the workflow designer toolbox unless the workflow's project has its `Target Framework` setting set to `.Net Framework 4`.
35+
3636
> [!WARNING]
37-
> Due to limitations in the interface types that the <xref:System.Activities.Statements.Interop> activity can support, <xref:System.Workflow.Activities.HandleExternalEventActivity> and <xref:System.Workflow.Activities.CallExternalMethodActivity> cannot be used directly, but derivative activities created using the Workflow Communication Activity tool (WCA.exe) can be used. See [Windows Workflow Foundation Tools](https://go.microsoft.com/fwlink/?LinkId=178889) for details.
38-
37+
> Due to limitations in the interface types that the <xref:System.Activities.Statements.Interop> activity can support, <xref:System.Workflow.Activities.HandleExternalEventActivity> and <xref:System.Workflow.Activities.CallExternalMethodActivity> cannot be used directly, but derivative activities created using the Workflow Communication Activity tool (WCA.exe) can be used.
38+
3939
]]></format>
4040
</remarks>
4141
</Docs>
@@ -136,11 +136,11 @@
136136
<summary>Gets or sets the type of the activity contained by the <see cref="T:System.Activities.Statements.Interop" /> activity.</summary>
137137
<value>The type of the activity contained by the <see cref="T:System.Activities.Statements.Interop" /> activity.</value>
138138
<remarks>
139-
<format type="text/markdown"><![CDATA[
140-
141-
## Remarks
142-
This type must derive from <xref:System.Workflow.ComponentModel.Activity?displayProperty=nameWithType>.
143-
139+
<format type="text/markdown"><![CDATA[
140+
141+
## Remarks
142+
This type must derive from <xref:System.Workflow.ComponentModel.Activity?displayProperty=nameWithType>.
143+
144144
]]></format>
145145
</remarks>
146146
</Docs>
@@ -261,11 +261,11 @@
261261
<summary>Returns the collection of attributes for the contained <see cref="T:System.Workflow.ComponentModel.Activity" />.</summary>
262262
<returns>The attribute collection for the contained <see cref="T:System.Workflow.ComponentModel.Activity" />.</returns>
263263
<remarks>
264-
<format type="text/markdown"><![CDATA[
265-
266-
## Remarks
267-
This member is an explicit interface member implementation. It can be used only when the <xref:System.Activities.Statements.Interop> instance is cast to an <xref:System.ComponentModel.ICustomTypeDescriptor> interface.
268-
264+
<format type="text/markdown"><![CDATA[
265+
266+
## Remarks
267+
This member is an explicit interface member implementation. It can be used only when the <xref:System.Activities.Statements.Interop> instance is cast to an <xref:System.ComponentModel.ICustomTypeDescriptor> interface.
268+
269269
]]></format>
270270
</remarks>
271271
</Docs>
@@ -293,11 +293,11 @@
293293
<summary>Returns the name of the class of the contained <see cref="T:System.Workflow.ComponentModel.Activity" />.</summary>
294294
<returns>The class name of the contained <see cref="T:System.Workflow.ComponentModel.Activity" />.</returns>
295295
<remarks>
296-
<format type="text/markdown"><![CDATA[
297-
298-
## Remarks
299-
This member is an explicit interface member implementation. It can be used only when the <xref:System.Activities.Statements.Interop> instance is cast to an <xref:System.ComponentModel.ICustomTypeDescriptor> interface.
300-
296+
<format type="text/markdown"><![CDATA[
297+
298+
## Remarks
299+
This member is an explicit interface member implementation. It can be used only when the <xref:System.Activities.Statements.Interop> instance is cast to an <xref:System.ComponentModel.ICustomTypeDescriptor> interface.
300+
301301
]]></format>
302302
</remarks>
303303
</Docs>
@@ -325,11 +325,11 @@
325325
<summary>Returns the name of the contained <see cref="T:System.Workflow.ComponentModel.Activity" />.</summary>
326326
<returns>The activity name of the contained <see cref="T:System.Workflow.ComponentModel.Activity" />.</returns>
327327
<remarks>
328-
<format type="text/markdown"><![CDATA[
329-
330-
## Remarks
331-
This member is an explicit interface member implementation. It can be used only when the <xref:System.Activities.Statements.Interop> instance is cast to an <xref:System.ComponentModel.ICustomTypeDescriptor> interface.
332-
328+
<format type="text/markdown"><![CDATA[
329+
330+
## Remarks
331+
This member is an explicit interface member implementation. It can be used only when the <xref:System.Activities.Statements.Interop> instance is cast to an <xref:System.ComponentModel.ICustomTypeDescriptor> interface.
332+
333333
]]></format>
334334
</remarks>
335335
</Docs>
@@ -357,11 +357,11 @@
357357
<summary>Returns the associated type converter for the contained <see cref="T:System.Workflow.ComponentModel.Activity" />.</summary>
358358
<returns>The type converter for the contained <see cref="T:System.Workflow.ComponentModel.Activity" />.</returns>
359359
<remarks>
360-
<format type="text/markdown"><![CDATA[
361-
362-
## Remarks
363-
This member is an explicit interface member implementation. It can be used only when the <xref:System.Activities.Statements.Interop> instance is cast to an <xref:System.ComponentModel.ICustomTypeDescriptor> interface.
364-
360+
<format type="text/markdown"><![CDATA[
361+
362+
## Remarks
363+
This member is an explicit interface member implementation. It can be used only when the <xref:System.Activities.Statements.Interop> instance is cast to an <xref:System.ComponentModel.ICustomTypeDescriptor> interface.
364+
365365
]]></format>
366366
</remarks>
367367
</Docs>
@@ -389,11 +389,11 @@
389389
<summary>Returns the default event for the contained <see cref="T:System.Workflow.ComponentModel.Activity" />.</summary>
390390
<returns>The default event for the contained <see cref="T:System.Workflow.ComponentModel.Activity" />.</returns>
391391
<remarks>
392-
<format type="text/markdown"><![CDATA[
393-
394-
## Remarks
395-
This member is an explicit interface member implementation. It can be used only when the <xref:System.Activities.Statements.Interop> instance is cast to an <xref:System.ComponentModel.ICustomTypeDescriptor> interface.
396-
392+
<format type="text/markdown"><![CDATA[
393+
394+
## Remarks
395+
This member is an explicit interface member implementation. It can be used only when the <xref:System.Activities.Statements.Interop> instance is cast to an <xref:System.ComponentModel.ICustomTypeDescriptor> interface.
396+
397397
]]></format>
398398
</remarks>
399399
</Docs>
@@ -421,11 +421,11 @@
421421
<summary>Returns the default property for the contained <see cref="T:System.Workflow.ComponentModel.Activity" />.</summary>
422422
<returns>The default property for the contained <see cref="T:System.Workflow.ComponentModel.Activity" />.</returns>
423423
<remarks>
424-
<format type="text/markdown"><![CDATA[
425-
426-
## Remarks
427-
This member is an explicit interface member implementation. It can be used only when the <xref:System.Activities.Statements.Interop> instance is cast to an <xref:System.ComponentModel.ICustomTypeDescriptor> interface.
428-
424+
<format type="text/markdown"><![CDATA[
425+
426+
## Remarks
427+
This member is an explicit interface member implementation. It can be used only when the <xref:System.Activities.Statements.Interop> instance is cast to an <xref:System.ComponentModel.ICustomTypeDescriptor> interface.
428+
429429
]]></format>
430430
</remarks>
431431
</Docs>
@@ -456,11 +456,11 @@
456456
<summary>Returns the editor for the contained <see cref="T:System.Workflow.ComponentModel.Activity" />.</summary>
457457
<returns>The editor for the contained <see cref="T:System.Workflow.ComponentModel.Activity" />.</returns>
458458
<remarks>
459-
<format type="text/markdown"><![CDATA[
460-
461-
## Remarks
462-
This member is an explicit interface member implementation. It can be used only when the <xref:System.Activities.Statements.Interop> instance is cast to an <xref:System.ComponentModel.ICustomTypeDescriptor> interface.
463-
459+
<format type="text/markdown"><![CDATA[
460+
461+
## Remarks
462+
This member is an explicit interface member implementation. It can be used only when the <xref:System.Activities.Statements.Interop> instance is cast to an <xref:System.ComponentModel.ICustomTypeDescriptor> interface.
463+
464464
]]></format>
465465
</remarks>
466466
</Docs>
@@ -497,11 +497,11 @@
497497
<summary>Returns the collection of events for the contained <see cref="T:System.Workflow.ComponentModel.Activity" />.</summary>
498498
<returns>The collection of events.</returns>
499499
<remarks>
500-
<format type="text/markdown"><![CDATA[
501-
502-
## Remarks
503-
This member is an explicit interface member implementation. It can be used only when the <xref:System.Activities.Statements.Interop> instance is cast to an <xref:System.ComponentModel.ICustomTypeDescriptor> interface.
504-
500+
<format type="text/markdown"><![CDATA[
501+
502+
## Remarks
503+
This member is an explicit interface member implementation. It can be used only when the <xref:System.Activities.Statements.Interop> instance is cast to an <xref:System.ComponentModel.ICustomTypeDescriptor> interface.
504+
505505
]]></format>
506506
</remarks>
507507
</Docs>
@@ -532,11 +532,11 @@
532532
<summary>Returns the collection of events for the contained <see cref="T:System.Workflow.ComponentModel.Activity" /> using the specified array of attributes as a filter.</summary>
533533
<returns>The collection of events for the contained <see cref="T:System.Workflow.ComponentModel.Activity" />.</returns>
534534
<remarks>
535-
<format type="text/markdown"><![CDATA[
536-
537-
## Remarks
538-
This member is an explicit interface member implementation. It can be used only when the <xref:System.Activities.Statements.Interop> instance is cast to an <xref:System.ComponentModel.ICustomTypeDescriptor> interface.
539-
535+
<format type="text/markdown"><![CDATA[
536+
537+
## Remarks
538+
This member is an explicit interface member implementation. It can be used only when the <xref:System.Activities.Statements.Interop> instance is cast to an <xref:System.ComponentModel.ICustomTypeDescriptor> interface.
539+
540540
]]></format>
541541
</remarks>
542542
</Docs>
@@ -573,11 +573,11 @@
573573
<summary>Returns the collection of properties for the contained <see cref="T:System.Workflow.ComponentModel.Activity" />.</summary>
574574
<returns>A <see cref="T:System.ComponentModel.PropertyDescriptorCollection" /> that represents the collection of properties for the contained <see cref="T:System.Workflow.ComponentModel.Activity" />.</returns>
575575
<remarks>
576-
<format type="text/markdown"><![CDATA[
577-
578-
## Remarks
579-
This member is an explicit interface member implementation. It can be used only when the <xref:System.Activities.Statements.Interop> instance is cast to an <xref:System.ComponentModel.ICustomTypeDescriptor> interface.
580-
576+
<format type="text/markdown"><![CDATA[
577+
578+
## Remarks
579+
This member is an explicit interface member implementation. It can be used only when the <xref:System.Activities.Statements.Interop> instance is cast to an <xref:System.ComponentModel.ICustomTypeDescriptor> interface.
580+
581581
]]></format>
582582
</remarks>
583583
</Docs>
@@ -608,11 +608,11 @@
608608
<summary>Returns the collection of properties for the contained <see cref="T:System.Workflow.ComponentModel.Activity" /> using a specified array of attributes as a filter.</summary>
609609
<returns>A collection of properties for the contained <see cref="T:System.Workflow.ComponentModel.Activity" />.</returns>
610610
<remarks>
611-
<format type="text/markdown"><![CDATA[
612-
613-
## Remarks
614-
This member is an explicit interface member implementation. It can be used only when the <xref:System.Activities.Statements.Interop> instance is cast to an <xref:System.ComponentModel.ICustomTypeDescriptor> interface.
615-
611+
<format type="text/markdown"><![CDATA[
612+
613+
## Remarks
614+
This member is an explicit interface member implementation. It can be used only when the <xref:System.Activities.Statements.Interop> instance is cast to an <xref:System.ComponentModel.ICustomTypeDescriptor> interface.
615+
616616
]]></format>
617617
</remarks>
618618
</Docs>
@@ -643,11 +643,11 @@
643643
<summary>Returns the owner of the specified property descriptor or the <see cref="T:System.Activities.Statements.Interop" /> activity itself if the property descriptor has no owner.</summary>
644644
<returns>The property owner or the <see cref="T:System.Activities.Statements.Interop" /> activity itself if the property descriptor has no owner.</returns>
645645
<remarks>
646-
<format type="text/markdown"><![CDATA[
647-
648-
## Remarks
649-
This member is an explicit interface member implementation. It can be used only when the <xref:System.Activities.Statements.Interop> instance is cast to an <xref:System.ComponentModel.ICustomTypeDescriptor> interface.
650-
646+
<format type="text/markdown"><![CDATA[
647+
648+
## Remarks
649+
This member is an explicit interface member implementation. It can be used only when the <xref:System.Activities.Statements.Interop> instance is cast to an <xref:System.ComponentModel.ICustomTypeDescriptor> interface.
650+
651651
]]></format>
652652
</remarks>
653653
</Docs>

xml/System.ComponentModel.Composition/ExportLifetimeContext`1.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@
111111
112112
Call `Dispose` when you are finished using the <xref:System.ComponentModel.Composition.ExportLifetimeContext`1>. The `Dispose` method leaves the <xref:System.ComponentModel.Composition.ExportLifetimeContext`1> in an unusable state. After calling `Dispose`, you must release all references to the <xref:System.ComponentModel.Composition.ExportLifetimeContext`1> so the garbage collector can reclaim the memory that the <xref:System.ComponentModel.Composition.ExportLifetimeContext`1> was occupying.
113113
114-
For more information, see [Cleaning Up Unmanaged Resources](https://go.microsoft.com/fwlink/?LinkId=187455) and [Implementing a Dispose Method](https://go.microsoft.com/fwlink/?LinkId=187456).
114+
For more information, see [Cleaning Up Unmanaged Resources](https://learn.microsoft.com/dotnet/standard/garbage-collection/unmanaged) and [Implementing a Dispose Method](https://learn.microsoft.com/dotnet/standard/garbage-collection/implementing-dispose).
115115
116116
> [!NOTE]
117117
> Always call `Dispose` before you release your last reference to the <xref:System.ComponentModel.Composition.ExportLifetimeContext`1>. Otherwise, the resources it is using will not be freed until the garbage collector calls the <xref:System.ComponentModel.Composition.ExportLifetimeContext`1> object's `Finalize` method.

xml/System.Data.Services.Client/DataServiceResponse.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@
8686
</ReturnValue>
8787
<Docs>
8888
<summary>The status code from an HTTP response associated with a batch request.</summary>
89-
<value>An integer based on status codes defined in <see href="https://go.microsoft.com/fwlink/?LinkId=119520">Hypertext Transfer Protocol</see>.</value>
89+
<value>An integer based on status codes defined in <see href="https://www.w3.org/Protocols/rfc2616/rfc2616.html">Hypertext Transfer Protocol</see>.</value>
9090
<remarks>
9191
<format type="text/markdown"><![CDATA[
9292

xml/System.Data.Services.Client/EntityDescriptor.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@
152152
<format type="text/markdown"><![CDATA[
153153
154154
## Remarks
155-
The eTag associated with the entity is used to represent original values for use with optimistic concurrency checks according to eTag rules in HTTP [RFC 2616](https://go.microsoft.com/fwlink/?LinkID=114956).
155+
The eTag associated with the entity is used to represent original values for use with optimistic concurrency checks according to eTag rules in HTTP [RFC 2616](https://www.ietf.org/rfc/rfc2616.txt).
156156
157157
The value may be empty or null. Null represents the case in which no eTag is currently associated with the entity.
158158
@@ -366,7 +366,7 @@
366366
## Remarks
367367
The <xref:System.Data.Services.Client.EntityDescriptor.StreamETag> property returns an eTag value that indicates the state of the Media Resource targeted for update since the last call to <xref:System.Data.Services.Client.DataServiceContext.SaveChanges*> when the entity is a media link entry.
368368
369-
The eTag associated with the media resource is used to represent original values for use with optimistic concurrency checks according to eTag rules in HTTP [RFC 2616](https://go.microsoft.com/fwlink/?LinkID=114956).
369+
The eTag associated with the media resource is used to represent original values for use with optimistic concurrency checks according to eTag rules in HTTP [RFC 2616](https://www.ietf.org/rfc/rfc2616.txt).
370370
371371
The value may be empty or null. Null represents the case in which no eTag is currently associated with the Media Resource.
372372

xml/System.Data.Services/ETagAttribute.xml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,11 @@
2323
<Docs>
2424
<summary>This attribute on an entity type is used to specify the properties that determine changes in content.</summary>
2525
<remarks>
26-
<format type="text/markdown"><![CDATA[
27-
28-
## Remarks
29-
Optimistic concurrency checks are enabled on a per type basis in WCF Data Services. For more information, see [Making Changes to Data (WCF Data Services)](https://msdn.microsoft.com/library/c83a5a41-826c-4fe5-8d43-61bc96ddaa19).
30-
26+
<format type="text/markdown"><![CDATA[
27+
28+
## Remarks
29+
Optimistic concurrency checks are enabled on a per type basis in WCF Data Services.
30+
3131
]]></format>
3232
</remarks>
3333
</Docs>
@@ -118,11 +118,11 @@
118118
<summary>Gets the names of properties used in the <see cref="T:System.Data.Services.ETagAttribute" />.</summary>
119119
<value>String value containing property names.</value>
120120
<remarks>
121-
<format type="text/markdown"><![CDATA[
122-
123-
## Remarks
124-
Parameters to the <xref:System.Data.Services.ETagAttribute> constructors are the set of property names used to make up the eTag value for the type. If a type has eTags defined, the server automatically implements optimistic concurrency checks on all requests to the type. If a key property, complex type property, or navigation property is specified, an <xref:System.ArgumentException> is thrown.
125-
121+
<format type="text/markdown"><![CDATA[
122+
123+
## Remarks
124+
Parameters to the <xref:System.Data.Services.ETagAttribute> constructors are the set of property names used to make up the eTag value for the type. If a type has eTags defined, the server automatically implements optimistic concurrency checks on all requests to the type. If a key property, complex type property, or navigation property is specified, an <xref:System.ArgumentException> is thrown.
125+
126126
]]></format>
127127
</remarks>
128128
</Docs>

xml/System.Data.SqlTypes/SqlFileStream.xml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,6 @@
3939
4040
For conceptual documentation and code examples, see [FILESTREAM Data](/dotnet/framework/data/adonet/sql/filestream-data).
4141
42-
For documentation about setting up and configuring FILESTREAM data on SQL Server, see [Designing and Implementing FILESTREAM Storage](https://go.microsoft.com/fwlink/?LinkId=121499) in SQL Server 2008 Books Online.
43-
4442
]]></format>
4543
</remarks>
4644
<related type="Article" href="/dotnet/framework/data/adonet/sql/filestream-data">FILESTREAM Data</related>

0 commit comments

Comments
 (0)