xRef Constructors
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.
Overloads
xRef() | |
xRef(IntPtr) | |
xRef(Object[]) |
xRef()
public:
xRef();
public xRef ();
Public Sub New ()
Applies to
xRef(IntPtr)
public:
xRef(IntPtr ptr1);
public xRef (IntPtr ptr1);
new Dynamics.AX.Application.xRef : nativeint -> Dynamics.AX.Application.xRef
Public Sub New (ptr1 As IntPtr)
Parameters
- ptr1
-
IntPtr
nativeint
Applies to
xRef(Object[])
public:
xRef(cli::array <System::Object ^> ^ objArray1);
public xRef (object[] objArray1);
new Dynamics.AX.Application.xRef : obj[] -> Dynamics.AX.Application.xRef
Public Sub New (objArray1 As Object())
Parameters
- objArray1
- Object[]