Language Specific TextCPlus Plus Field
This represents the C++ language identifier
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 const string CPlusPlus = "cpp"VB
Public Const CPlusPlus As String = "cpp"C++
public:
literal String^ CPlusPlus = "cpp"F#
static val mutable CPlusPlus: string