Table of Contents

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 string

The documentation member ID of the item to fetch.

preferredCulture CultureInfo

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.

cancellationToken CancellationToken

A cancellation token for the search.

Returns

string

A DocumentationComment.