File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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 {
You can’t perform that action at this time.
0 commit comments