Method GetDocumentationForSymbol
GetDocumentationForSymbol(string, CultureInfo, CancellationToken)
Fetches a documentation comment for the given member ID.
protected override string GetDocumentationForSymbol(string documentationMemberID, CultureInfo preferredCulture, CancellationToken cancellationToken)
Parameters
documentationMemberIDstringThe documentation member ID of the item to fetch.
preferredCultureCultureInfoThe preferred culture to receive a comment in. Null if there is no preference. This is a preference only, and providers may choose to provide results from another culture if the preferred culture was unavailable.
cancellationTokenCancellationTokenA cancellation token for the search.
Returns
- string
A DocumentationComment.