CopyCommandApply Method
Implement this method to apply the copy command to the given target document using the given context
Namespace: Sandcastle.Tools.BuildComponents.CommandsAssembly: Sandcastle.Tools.BuildComponents (in Sandcastle.Tools.BuildComponents.dll) Version: 2024.9.12.0
public abstract void Apply(
XmlDocument targetDocument,
IXmlNamespaceResolver context
)
Public MustOverride Sub Apply (
targetDocument As XmlDocument,
context As IXmlNamespaceResolver
)
public:
virtual void Apply(
XmlDocument^ targetDocument,
IXmlNamespaceResolver^ context
) abstract
abstract Apply :
targetDocument : XmlDocument *
context : IXmlNamespaceResolver -> unit
Parameters
- targetDocument XmlDocument
- The target document
- context IXmlNamespaceResolver
- The context to use