Click or drag to resize

ProjectFolderPropertyDocumentVisitDocumentReferences Method

Has to enumerate all references to other items in the project (DocNodeProxy) which are used in this project item and in all childs of this project item. The references has to be reported to the ProxyProcessing function. This function is responsible for processing of the proxies, for instance to relocated the path.

Namespace: Altaxo.Main.Properties
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public void VisitDocumentReferences(
	DocNodeProxyReporter ProxyProcessing
)

Parameters

ProxyProcessing  DocNodeProxyReporter
Function that processes the found DocNodeProxy instances.

Implements

IHasDocumentReferencesVisitDocumentReferences(DocNodeProxyReporter)
See Also