Method CopyFrom
CopyFrom(IFrameworkItem, UnboundReferences)
Instructs the node to copy property values from the supplied node into itself. This method should only be used by the internal Biml framework.
Syntax
public override void CopyFrom(IFrameworkItem frameworkItem, UnboundReferences unboundReferences)
Parameters
Type | Name | Description |
---|---|---|
IFrameworkItem | frameworkItem | The node that will be merged into the current node |
UnboundReferences | unboundReferences | References that have not yet been bound in the merging node |