TopicTransformationCoreLanguageSpecificApiNames Method

This returns an enumerable list of plain text API member names with language-specific text for use in help index entries.

Definition

Namespace: Sandcastle.Core.PresentationStyle.Transformation
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2024.12.21.0
public IEnumerable<string> LanguageSpecificApiNames(
	XElement typeInfo
)

Parameters

typeInfo  XElement
The element containing the type information

Return Value

IEnumerableString
One or more versions of the API member name. If there is no language-specific text, a single entry is returned. If language-specific text is present, a copy is returned for C# and another for Visual Basic.

See Also