IBuild ProcessSubstitution Tags Property
This read-only property is used to get the substitution tag handler
Definition
Namespace: Sandcastle.Core.BuildEngine
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#
ISubstitutionTags SubstitutionTags { get; }VB
ReadOnly Property SubstitutionTags As ISubstitutionTags
GetC++
property ISubstitutionTags^ SubstitutionTags {
ISubstitutionTags^ get ();
}F#
abstract SubstitutionTags : ISubstitutionTags with get