Skip to content

Commit 4fd370b

Browse files
committed
fix warnings
1 parent 5b3193f commit 4fd370b

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

xml/Microsoft.VisualBasic.Compatibility.VB6/FileListBox.xml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -333,9 +333,12 @@
333333
<Docs>
334334
<summary>Gets the height of an item in the <see cref="T:System.Windows.Forms.ListBox" />.</summary>
335335
<value>This property is not required for the <see cref="T:Microsoft.VisualBasic.Compatibility.VB6.FileListBox" /> control; the <see cref="T:Microsoft.VisualBasic.Compatibility.VB6.FileListBox" /> does not support items of variable height. It is provided only because the <see cref="T:Microsoft.VisualBasic.Compatibility.VB6.FileListBox" /> control inherits from <see cref="T:System.Windows.Forms.ListBox" />.
336+
<remarks>
337+
<format type="text/markdown"><![CDATA[
338+
339+
[!INCLUDE[Note_compatibility](~/includes/note-compatibility-md.md)]
336340
337-
<see href="~/includes/note-compatibility-md.md">!INCLUDE[Note_compatibility</see>]</value>
338-
<remarks>To be added.</remarks>
341+
]]></format></remarks>
339342
<related type="Article" href="/dotnet/framework/winforms/controls/savefiledialog-component-overview-windows-forms">SaveFileDialog Component Overview (Windows Forms)</related>
340343
<related type="Article" href="/dotnet/framework/winforms/controls/openfiledialog-component-overview-windows-forms">OpenFileDialog Component Overview (Windows Forms)</related>
341344
</Docs>

xml/Microsoft.VisualBasic/VbStrConv.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -440,7 +440,7 @@
440440
</ReturnValue>
441441
<MemberValue>4</MemberValue>
442442
<Docs>
443-
<summary>Converts narrow (single-byte) characters in the string to wide (double-byte) characters. Applies to Asian locales. This member is equivalent to the Visual Basic constant <see langword="vbWide" />. <see href="~/includes/vbstrconv-wide-md.md">!INCLUDE[vbstrconv-wide</see>]</summary>
443+
<summary>Converts narrow (single-byte) characters in the string to wide (double-byte) characters. Applies to Asian locales. This member is equivalent to the Visual Basic constant <see langword="vbWide" />. [!INCLUDE[vbstrconv-wide](~/includes/vbstrconv-wide-md.md)]</summary>
444444
</Docs>
445445
</Member>
446446
</Members>

0 commit comments

Comments
 (0)