Method GetDocumentationForSymbol
- Namespace
- Alternet.Syntax.Parsers.Roslyn.CodeCompletion
- Assembly
- Alternet.Syntax.Parsers.Roslyn.v9.dll
GetDocumentationForSymbol(string, CultureInfo, CancellationToken)
Fetches a documentation comment for the given member ID.
protected override string GetDocumentationForSymbol(string documentationMemberID, CultureInfo preferredCulture, CancellationToken cancellationToken)
Parameters
documentationMemberID
stringThe documentation member ID of the item to fetch.
preferredCulture
CultureInfoThe 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.
cancellationToken
CancellationTokenA cancellation token for the search.
Returns
- string
A DocumentationComment.