SyntaxGeneratorExportAttributeKeywordStyleParameter Property
This read-only property is used to get the keyword style parameter value used by the client side
script in the topics for language specific keyword/separator text.
Namespace: Sandcastle.Core.BuildAssembler.SyntaxGeneratorAssembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2024.9.12.0
public string KeywordStyleParameter { get; }
Public ReadOnly Property KeywordStyleParameter As String
Get
public:
property String^ KeywordStyleParameter {
String^ get ();
}
member KeywordStyleParameter : string with get
Property Value
StringThis will be one of the following:
cs (C# or equivalent),
vb (VB.NET
or equivalent),
cpp (C++ or equivalent),
fs (F# or equivalent), or a value unique to
the language.