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
- documentationMemberIDstring
- The documentation member ID of the item to fetch. 
- preferredCultureCultureInfo
- The 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. 
- cancellationTokenCancellationToken
- A cancellation token for the search. 
Returns
- string
- A DocumentationComment.