Я добавил следующие XML комментариев в свой класс, но визуальная студия показывает их все в ряд. Я хочу, чтобы абзацы отображались, но они не отображаются.
''' <summary>
''' Provides a virtual commanding class to access cached datatables.
''' <para>Use AddParameter() or AddCondition() to filter the cached datatable.</para>
''' <para>Then use ExecuteQuery() to get the result set. </para>
''' You must use ExecuteCacheResult() instead of ExecuteQuery() if you wish to use additional helper functions like HasRecords(), GetCacheValue()
''' </summary>
Public Class CacheCommand
Implements IDisposable
Dim cacheTable As String
Ниже показано, как это показано.