Skip to content

Commit 7c6378e

Browse files
committed
remove space after right angle bracket
1 parent 2c7e714 commit 7c6378e

File tree

923 files changed

+69296
-69296
lines changed

Some content is hidden

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

923 files changed

+69296
-69296
lines changed

xml/Microsoft.VisualBasic.ApplicationServices/BuiltInRoleConverter.xml

Lines changed: 30 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -17,16 +17,16 @@
1717
<Docs>
1818
<summary>Provides a type converter to convert <see cref="T:Microsoft.VisualBasic.ApplicationServices.BuiltInRole" /> enumeration values to <see cref="T:System.Security.Principal.WindowsBuiltInRole" /> enumeration values.</summary>
1919
<remarks>
20-
<format type="text/markdown"><![CDATA[
21-
22-
## Remarks
23-
This type converter supports the Visual Basic <xref:Microsoft.VisualBasic.ApplicationServices.User> object.
24-
25-
For more information about type converters, see the <xref:System.ComponentModel.TypeConverter> base class and [How to: Implement a Type Converter](https://learn.microsoft.com/previous-versions/visualstudio/visual-studio-2013/ayybcxe5(v=vs.120)).
26-
20+
<format type="text/markdown"><![CDATA[
21+
22+
## Remarks
23+
This type converter supports the Visual Basic <xref:Microsoft.VisualBasic.ApplicationServices.User> object.
24+
25+
For more information about type converters, see the <xref:System.ComponentModel.TypeConverter> base class and [How to: Implement a Type Converter](https://learn.microsoft.com/previous-versions/visualstudio/visual-studio-2013/ayybcxe5(v=vs.120)).
26+
2727
> [!CAUTION]
28-
> You should never create an instance of a <xref:Microsoft.VisualBasic.ApplicationServices.BuiltInRoleConverter> class. Instead, call the <xref:System.ComponentModel.TypeDescriptor.GetConverter%2A> method of the <xref:System.ComponentModel.TypeDescriptor> class. For more information, see the examples in the <xref:System.ComponentModel.TypeConverter> base class.
29-
28+
> You should never create an instance of a <xref:Microsoft.VisualBasic.ApplicationServices.BuiltInRoleConverter> class. Instead, call the <xref:System.ComponentModel.TypeDescriptor.GetConverter%2A> method of the <xref:System.ComponentModel.TypeDescriptor> class. For more information, see the examples in the <xref:System.ComponentModel.TypeConverter> base class.
29+
3030
]]></format>
3131
</remarks>
3232
<altmember cref="T:Microsoft.VisualBasic.ApplicationServices.User" />
@@ -56,11 +56,11 @@
5656
<Docs>
5757
<summary>Initializes a new instance of the <see cref="T:Microsoft.VisualBasic.ApplicationServices.BuiltInRoleConverter" /> class.</summary>
5858
<remarks>
59-
<format type="text/markdown"><![CDATA[
60-
61-
## Remarks
62-
This type converter supports the Visual Basic <xref:Microsoft.VisualBasic.ApplicationServices.User> object.
63-
59+
<format type="text/markdown"><![CDATA[
60+
61+
## Remarks
62+
This type converter supports the Visual Basic <xref:Microsoft.VisualBasic.ApplicationServices.User> object.
63+
6464
]]></format>
6565
</remarks>
6666
<altmember cref="T:Microsoft.VisualBasic.ApplicationServices.User" />
@@ -95,13 +95,13 @@
9595
<summary>Gets a value indicating whether this converter can convert an object to the given destination type using the context.</summary>
9696
<returns>A <see cref="T:System.Boolean" /> object that indicates whether this converter can perform the conversion.</returns>
9797
<remarks>
98-
<format type="text/markdown"><![CDATA[
99-
100-
## Remarks
101-
The `context` parameter can be used to extract additional information about the environment this converter is being invoked from. This can be `Nothing`, so always check. Also, properties on the context object can return `Nothing`.
102-
103-
This type converter supports the Visual Basic <xref:Microsoft.VisualBasic.ApplicationServices.User> object.
104-
98+
<format type="text/markdown"><![CDATA[
99+
100+
## Remarks
101+
The `context` parameter can be used to extract additional information about the environment this converter is being invoked from. This can be `Nothing`, so always check. Also, properties on the context object can return `Nothing`.
102+
103+
This type converter supports the Visual Basic <xref:Microsoft.VisualBasic.ApplicationServices.User> object.
104+
105105
]]></format>
106106
</remarks>
107107
<altmember cref="T:Microsoft.VisualBasic.ApplicationServices.User" />
@@ -140,15 +140,15 @@
140140
<summary>Converts the given object to another type.</summary>
141141
<returns>The converted object.</returns>
142142
<remarks>
143-
<format type="text/markdown"><![CDATA[
144-
145-
## Remarks
146-
The most common types to convert to and convert from are string objects. The default implementation makes a call to <xref:System.Object.ToString%2A> on the object if the object is valid and if the destination type is <xref:System.String>.
147-
148-
The `context` parameter can be used to extract additional information about the environment this converter is being invoked from. This can be `Nothing`, so always check. Also, properties on the context object can return `Nothing`.
149-
150-
This type converter supports the Visual Basic <xref:Microsoft.VisualBasic.ApplicationServices.User> object.
151-
143+
<format type="text/markdown"><![CDATA[
144+
145+
## Remarks
146+
The most common types to convert to and convert from are string objects. The default implementation makes a call to <xref:System.Object.ToString%2A> on the object if the object is valid and if the destination type is <xref:System.String>.
147+
148+
The `context` parameter can be used to extract additional information about the environment this converter is being invoked from. This can be `Nothing`, so always check. Also, properties on the context object can return `Nothing`.
149+
150+
This type converter supports the Visual Basic <xref:Microsoft.VisualBasic.ApplicationServices.User> object.
151+
152152
]]></format>
153153
</remarks>
154154
<exception cref="T:System.ArgumentNullException">

0 commit comments

Comments
 (0)