xInfo.xref(String, xRef) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Executes when the cross-reference system is used.
public:
virtual void xref(System::String ^ _path, Dynamics::AX::Application::xRef ^ _x);
public virtual void xref (string _path, Dynamics.AX.Application.xRef _x);
abstract member xref : string * Dynamics.AX.Application.xRef -> unit
override this.xref : string * Dynamics.AX.Application.xRef -> unit
Public Overridable Sub xref (_path As String, _x As xRef)
Parameters
- _path
- String
- _x
- xRef
Remarks
Do not use this method.