Language Specific Text Constructor
Constructor
Definition
Namespace: Sandcastle.Core.PresentationStyle.Transformation.Elements.Html
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2026.1.20.0
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2026.1.20.0
C#
public LanguageSpecificText(
bool applyKeywordStyle,
IEnumerable<(string LanguageId, string Keyword)> text
)VB
Public Sub New (
applyKeywordStyle As Boolean,
text As IEnumerable(Of (LanguageId As String, Keyword As String))
)C++
public:
LanguageSpecificText(
bool applyKeywordStyle,
IEnumerable<ValueTuple<String^, String^>>^ text
)F#
new :
applyKeywordStyle : bool *
text : IEnumerable<ValueTuple<string, string>> -> LanguageSpecificTextParameters
- applyKeywordStyle Boolean
- True to apply the KeywordStyleName to the rendered language-specific text, false to not apply it.
- text IEnumerableValueTupleString, String
- An enumerable list of tuples containing the language ID and related text to display