Topic Transformation CoreLanguage Specific Api Names 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: 2026.1.20.0
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.
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2026.1.20.0
C#
public IEnumerable<string> LanguageSpecificApiNames(
XElement typeInfo
)VB
Public Function LanguageSpecificApiNames (
typeInfo As XElement
) As IEnumerable(Of String)C++
public:
IEnumerable<String^>^ LanguageSpecificApiNames(
XElement^ typeInfo
)F#
member LanguageSpecificApiNames :
typeInfo : XElement -> IEnumerable<string> Parameters
- typeInfo XElement
- The element containing the type information
Return Value
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.