Shared Content ComponentApply Method
Search for elements to replace and insert the shared content in their place
Definition
Namespace: Sandcastle.Tools.BuildComponents
Assembly: Sandcastle.Tools.BuildComponents (in Sandcastle.Tools.BuildComponents.dll) Version: 2026.1.20.0
Assembly: Sandcastle.Tools.BuildComponents (in Sandcastle.Tools.BuildComponents.dll) Version: 2026.1.20.0
C#
public override void Apply(
XmlDocument document,
string key
)VB
Public Overrides Sub Apply (
document As XmlDocument,
key As String
)C++
public:
virtual void Apply(
XmlDocument^ document,
String^ key
) overrideF#
abstract Apply :
document : XmlDocument *
key : string -> unit
override Apply :
document : XmlDocument *
key : string -> unit Parameters
- document XmlDocument
- The document in which to replace the elements
- key String
- The document key
Remarks
Shared content items are replaced recursively