IHasDocumentReferencesVisitDocumentReferences Method |
Visits the document references of this instance. All proxies that
this instance contain should be reported by the ReportProxies function.
This function is responsible for processing of the proxies, for instance to relocated the path.
Namespace: Altaxo.MainAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax void VisitDocumentReferences(
DocNodeProxyReporter ReportProxies
)
Parameters
- ReportProxies DocNodeProxyReporter
- The function which is used to report the DocNodeProxy instances that are contained in this class.
See Also