Build Component CoreApply Method
This abstract method must be overridden to apply the build component's changes to the specified
document.
Definition
Namespace: Sandcastle.Core.BuildAssembler.BuildComponent
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 abstract void Apply(
XmlDocument document,
string key
)VB
Public MustOverride Sub Apply (
document As XmlDocument,
key As String
)C++
public:
virtual void Apply(
XmlDocument^ document,
String^ key
) abstractF#
abstract Apply :
document : XmlDocument *
key : string -> unit Parameters
- document XmlDocument
- The document that the build component can modify
- key String
- The key that uniquely identifies the document