Skip to content

Commit e7a6aab

Browse files
committed
move parenthesis
1 parent 5d52a2e commit e7a6aab

File tree

6 files changed

+8
-8
lines changed

6 files changed

+8
-8
lines changed

xml/System.ComponentModel/License.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
<block subset="none" type="overrides">
5757
<para>When you inherit from <see cref="T:System.ComponentModel.License" />, you must override the following members: <see cref="P:System.ComponentModel.License.LicenseKey" /> and <see cref="M:System.ComponentModel.License.Dispose" />.
5858

59-
For more information on licensing, see <see href="https://learn.microsoft.com/previous-versions/visualstudio/visual-studio-2013/fe8b1eh9(v=vs.120">How to: License Components and Controls</see>).</para>
59+
For more information on licensing, see <see href="https://learn.microsoft.com/previous-versions/visualstudio/visual-studio-2013/fe8b1eh9(v=vs.120)">How to: License Components and Controls</see>.</para>
6060
</block>
6161
<altmember cref="T:System.ComponentModel.LicenseContext" />
6262
<altmember cref="T:System.ComponentModel.LicenseException" />

xml/System.ComponentModel/LicenseContext.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
<block subset="none" type="overrides">
5757
<para>If you want to implement design-time license support, you must inherit from this class, and override the following members: <see cref="P:System.ComponentModel.LicenseContext.UsageMode" />, <see cref="M:System.ComponentModel.LicenseContext.GetSavedLicenseKey(System.Type,System.Reflection.Assembly)" />, <see cref="M:System.ComponentModel.LicenseContext.GetService(System.Type)" />, and <see cref="M:System.ComponentModel.LicenseContext.SetSavedLicenseKey(System.Type,System.String)" />. If you want to implement saved license keys, override the <see cref="M:System.ComponentModel.LicenseContext.GetSavedLicenseKey(System.Type,System.Reflection.Assembly)" /> and <see cref="M:System.ComponentModel.LicenseContext.SetSavedLicenseKey(System.Type,System.String)" /> methods.
5858

59-
For more information about licensing, see <see href="https://learn.microsoft.com/previous-versions/visualstudio/visual-studio-2013/fe8b1eh9(v=vs.120">How to: License Components and Controls</see>).</para>
59+
For more information about licensing, see <see href="https://learn.microsoft.com/previous-versions/visualstudio/visual-studio-2013/fe8b1eh9(v=vs.120)">How to: License Components and Controls</see>.</para>
6060
</block>
6161
<altmember cref="T:System.ComponentModel.License" />
6262
<altmember cref="T:System.ComponentModel.LicenseException" />

xml/System.ComponentModel/LicenseProvider.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
<block subset="none" type="overrides">
5757
<para>When you inherit from <see cref="T:System.ComponentModel.LicenseProvider" />, you must override the <see cref="M:System.ComponentModel.LicenseProvider.GetLicense(System.ComponentModel.LicenseContext,System.Type,System.Object,System.Boolean)" /> method.
5858

59-
See <see cref="T:System.ComponentModel.LicFileLicenseProvider" /> for an implementation of this class. For more information on licensing, see <see href="https://learn.microsoft.com/previous-versions/visualstudio/visual-studio-2013/fe8b1eh9(v=vs.120">How to: License Components and Controls</see>).</para>
59+
See <see cref="T:System.ComponentModel.LicFileLicenseProvider" /> for an implementation of this class. For more information on licensing, see <see href="https://learn.microsoft.com/previous-versions/visualstudio/visual-studio-2013/fe8b1eh9(v=vs.120)">How to: License Components and Controls</see>.</para>
6060
</block>
6161
<altmember cref="T:System.ComponentModel.License" />
6262
<altmember cref="T:System.ComponentModel.LicenseContext" />

xml/System.ComponentModel/TypeConverter.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@
118118

119119
Note: Your derived type might be marked as <see langword="internal" /> or <see langword="private" />, but an instance of your type can be created with the <see cref="T:System.ComponentModel.TypeDescriptor" /> class. Do not write insecure code by assuming the caller is trusted. Assume instead that callers might create instances of your type in partial trust.
120120

121-
For more information about type converters for general (non-XAML) purposes, see <see href="https://learn.microsoft.com/previous-versions/visualstudio/visual-studio-2013/ayybcxe5(v=vs.120">How to: Implement a Type Converter</see>) or <see href="/previous-versions/visualstudio/visual-studio-2013/yy580hbd(v=vs.120">Generalized Type Conversion</see>).</para>
121+
For more information about type converters for general (non-XAML) purposes, see <see href="https://learn.microsoft.com/previous-versions/visualstudio/visual-studio-2013/ayybcxe5(v=vs.120)">How to: Implement a Type Converter</see> or <see href="/previous-versions/visualstudio/visual-studio-2013/yy580hbd(v=vs.120)">Generalized Type Conversion</see>.</para>
122122
</block>
123123
<altmember cref="T:System.ComponentModel.TypeConverterAttribute" />
124124
<altmember cref="T:System.ComponentModel.PropertyDescriptorCollection" />

xml/System.DirectoryServices.AccountManagement/PrincipalSearcher.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -265,7 +265,7 @@
265265
266266
]]></format>
267267
</remarks>
268-
<exception cref="T:System.InvalidOperationException">The <see cref="P:System.DirectoryServices.AccountManagement.PrincipalSearcher.QueryFilter" /> contains referential properties. For more information, see the <see href="https://learn.microsoft.com/previous-versions/bb384378(v=vs.90">Query by Example</see>) overview topic.
268+
<exception cref="T:System.InvalidOperationException">The <see cref="P:System.DirectoryServices.AccountManagement.PrincipalSearcher.QueryFilter" /> contains referential properties. For more information, see the <see href="https://learn.microsoft.com/previous-versions/bb384378(v=vs.90)">Query by Example</see> overview topic.
269269

270270
The <see cref="P:System.DirectoryServices.AccountManagement.PrincipalSearcher.QueryFilter" /> is a persisted principal.</exception>
271271
<exception cref="T:System.ArgumentException">A <see cref="P:System.DirectoryServices.AccountManagement.PrincipalSearcher.QueryFilter" /> must first be assigned to the principal searcher before the query can be performed.</exception>
@@ -310,7 +310,7 @@
310310
</remarks>
311311
<exception cref="T:System.InvalidOperationException">A <see cref="P:System.DirectoryServices.AccountManagement.PrincipalSearcher.QueryFilter" /> must first be assigned to the principal searcher before the query can be performed.
312312

313-
The <see cref="P:System.DirectoryServices.AccountManagement.PrincipalSearcher.QueryFilter" /> contains referential properties. For more information, see the <see href="https://learn.microsoft.com/previous-versions/bb384378(v=vs.90">Query by Example</see>) overview topic.
313+
The <see cref="P:System.DirectoryServices.AccountManagement.PrincipalSearcher.QueryFilter" /> contains referential properties. For more information, see the <see href="https://learn.microsoft.com/previous-versions/bb384378(v=vs.90)">Query by Example</see> overview topic.
314314

315315
The <see cref="P:System.DirectoryServices.AccountManagement.PrincipalSearcher.QueryFilter" /> is a persisted principal.</exception>
316316
<related type="Article" href="https://learn.microsoft.com/previous-versions/bb384378(v=vs.90)">Query by Example</related>

xml/System.Net/HttpWebRequest.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1617,7 +1617,7 @@ Both <xref:System.Net.HttpWebRequest> constructors are obsolete and should not b
16171617
<exception cref="T:System.NotSupportedException">The request cache validator indicated that the response for this request can be served from the cache; however, requests that write data must not use the cache. This exception can occur if you are using a custom cache validator that is incorrectly implemented.</exception>
16181618
<exception cref="T:System.Net.WebException">
16191619
<see cref="M:System.Net.HttpWebRequest.Abort" /> was previously called.</exception>
1620-
<exception cref="T:System.ObjectDisposedException">In a .NET Compact Framework application, a request stream with zero content length was not obtained and closed correctly. For more information about handling zero content length requests, see <see href="https://learn.microsoft.com/previous-versions/visualstudio/visual-studio-2008/1afx2b0f(v=vs.90">Network Programming in the .NET Compact Framework</see>).</exception>
1620+
<exception cref="T:System.ObjectDisposedException">In a .NET Compact Framework application, a request stream with zero content length was not obtained and closed correctly. For more information about handling zero content length requests, see <see href="https://learn.microsoft.com/previous-versions/visualstudio/visual-studio-2008/1afx2b0f(v=vs.90)">Network Programming in the .NET Compact Framework</see>.</exception>
16211621
<related type="Article" href="/dotnet/framework/configure-apps/file-schema/network/defaultproxy-element-network-settings">DefaultProxy Element (Network Settings)</related>
16221622
</Docs>
16231623
</Member>
@@ -3200,7 +3200,7 @@ The GetHashCode method returns a hash code of the web request. This value can be
32003200
-or-
32013201

32023202
An error occurred while processing the request.</exception>
3203-
<exception cref="T:System.ObjectDisposedException">In a .NET Compact Framework application, a request stream with zero content length was not obtained and closed correctly. For more information about handling zero content length requests, see <see href="https://learn.microsoft.com/previous-versions/visualstudio/visual-studio-2008/1afx2b0f(v=vs.90">Network Programming in the .NET Compact Framework</see>).</exception>
3203+
<exception cref="T:System.ObjectDisposedException">In a .NET Compact Framework application, a request stream with zero content length was not obtained and closed correctly. For more information about handling zero content length requests, see <see href="https://learn.microsoft.com/previous-versions/visualstudio/visual-studio-2008/1afx2b0f(v=vs.90)">Network Programming in the .NET Compact Framework</see>.</exception>
32043204
<related type="Article" href="/dotnet/framework/configure-apps/file-schema/network/defaultproxy-element-network-settings">DefaultProxy Element (Network Settings)</related>
32053205
</Docs>
32063206
</Member>

0 commit comments

Comments
 (0)