DocNodePathReplacementOptionsVisit Method |
Visits a
DocNodeProxy and applies the modifications to the document path of that proxy.
Namespace: Altaxo.MainAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public void Visit(
IProxy proxy,
Object owner,
string propertyName
)
Parameters
- proxy IProxy
- The DocNodeProxy to modify.
- owner Object
- The instance that owns the proxy.
- propertyName String
- Name of the property that accesses the proxy in this instance.
See Also