Skip to content

Commit c5aae09

Browse files
author
Maria Solano
committed
Consistent docs
1 parent c3a5d52 commit c5aae09

File tree

1 file changed

+2
-2
lines changed
  • src/toolkit/Community.VisualStudio.Toolkit.Shared/Notifications

1 file changed

+2
-2
lines changed

src/toolkit/Community.VisualStudio.Toolkit.Shared/Notifications/InfoBar.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ internal InfoBar(IVsInfoBarHost host, InfoBarModel model)
113113
/// <summary>
114114
/// Displays the InfoBar in the tool window or document previously specified.
115115
/// </summary>
116-
/// <returns><c>true</c> if the InfoBar was shown; otherwise <c>false</c>.</returns>
116+
/// <returns><see langword="true" /> if the InfoBar was shown; otherwise <see langword="false" />.</returns>
117117
public async Task<bool> TryShowInfoBarUIAsync()
118118
{
119119
await ThreadHelper.JoinableTaskFactory.SwitchToMainThreadAsync();
@@ -132,7 +132,7 @@ public async Task<bool> TryShowInfoBarUIAsync()
132132
}
133133

134134
/// <summary>
135-
/// Attempts to get the underlying WPF UI element of the InfoBar
135+
/// Attempts to get the underlying WPF UI element of the InfoBar.
136136
/// </summary>
137137
public bool TryGetWpfElement(out Control? control)
138138
{

0 commit comments

Comments
 (0)