ISyntax Generator MetadataKeyword Style Parameter 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 text.
Definition
Namespace: Sandcastle.Core.BuildAssembler.SyntaxGenerator
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#
string KeywordStyleParameter { get; }VB
ReadOnly Property KeywordStyleParameter As String
GetC++
property String^ KeywordStyleParameter {
String^ get ();
}F#
abstract KeywordStyleParameter : string with get