PartList 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
PartList() | |
PartList(xFormRun) | |
PartList(IntPtr) |
PartList()
public:
PartList();
public PartList ();
Public Sub New ()
Applies to
PartList(xFormRun)
public:
PartList(Dynamics::AX::Application::xFormRun ^ run1);
public PartList (Dynamics.AX.Application.xFormRun run1);
new Dynamics.AX.Application.PartList : Dynamics.AX.Application.xFormRun -> Dynamics.AX.Application.PartList
Public Sub New (run1 As xFormRun)
Parameters
- run1
- xFormRun
Applies to
PartList(IntPtr)
public:
PartList(IntPtr ptr1);
public PartList (IntPtr ptr1);
new Dynamics.AX.Application.PartList : nativeint -> Dynamics.AX.Application.PartList
Public Sub New (ptr1 As IntPtr)
Parameters
- ptr1
-
IntPtr
nativeint