| MultiFormatOutputComponentApply Method |
This is implemented to execute each set of components for the requested output formats.
Namespace: SandcastleBuilder.ComponentsAssembly: SandcastleBuilder.Components (in SandcastleBuilder.Components.dll) Version: 2014.11.22.0
Syntax public override void Apply(
XmlDocument document,
string key
)
Public Overrides Sub Apply (
document As XmlDocument,
key As String
)
public:
virtual void Apply(
XmlDocument^ document,
String^ key
) override
abstract Apply :
document : XmlDocument *
key : string -> unit
override Apply :
document : XmlDocument *
key : string -> unit
Parameters
- document
- Type: System.XmlXmlDocument
The XML document with which to work. - key
- Type: SystemString
The key (member name) of the item being documented.
See Also