Language Specific TextText Property
This read-only property returns an enumerable list of the language specific text
Definition
Namespace: Sandcastle.Core.PresentationStyle.Transformation.Elements.Html
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2026.1.20.0
The key is the language identifier and the value is the text to show for the related language
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2026.1.20.0
C#
public IEnumerable<(string LanguageId, string Keyword)> Text { get; }VB
Public ReadOnly Property Text As IEnumerable(Of (LanguageId As String, Keyword As String))
GetC++
public:
property IEnumerable<ValueTuple<String^, String^>>^ Text {
IEnumerable<ValueTuple<String^, String^>>^ get ();
}F#
member Text : IEnumerable<ValueTuple<string, string>> with getProperty Value
IEnumerableValueTupleString, StringThe key is the language identifier and the value is the text to show for the related language