TopicTransformationCoreLanguageSpecificApiNames Method
This returns an enumerable list of plain text API member names with language-specific text for use
in help index entries.
Namespace: Sandcastle.Core.PresentationStyle.TransformationAssembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2024.12.21.0
public IEnumerable<string> LanguageSpecificApiNames(
XElement typeInfo
)
Public Function LanguageSpecificApiNames (
typeInfo As XElement
) As IEnumerable(Of String)
public:
IEnumerable<String^>^ LanguageSpecificApiNames(
XElement^ typeInfo
)
member LanguageSpecificApiNames :
typeInfo : XElement -> IEnumerable<string>
- typeInfo XElement
- The element containing the type information
IEnumerableStringOne 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.