DictView 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
DictView() | |
DictView(Int32) | |
DictView(IntPtr) |
DictView()
public:
DictView();
public DictView ();
Public Sub New ()
Applies to
DictView(Int32)
public:
DictView(int num1);
public DictView (int num1);
new Dynamics.AX.Application.DictView : int -> Dynamics.AX.Application.DictView
Public Sub New (num1 As Integer)
Parameters
- num1
- Int32
Applies to
DictView(IntPtr)
public:
DictView(IntPtr ptr1);
public DictView (IntPtr ptr1);
new Dynamics.AX.Application.DictView : nativeint -> Dynamics.AX.Application.DictView
Public Sub New (ptr1 As IntPtr)
Parameters
- ptr1
-
IntPtr
nativeint