OleCommand 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
OleCommand() | |
OleCommand(Int64) | |
OleCommand(IntPtr) |
OleCommand()
public:
OleCommand();
public OleCommand ();
Public Sub New ()
Applies to
OleCommand(Int64)
public:
OleCommand(long num1);
public OleCommand (long num1);
new Dynamics.AX.Application.OleCommand : int64 -> Dynamics.AX.Application.OleCommand
Public Sub New (num1 As Long)
Parameters
- num1
- Int64
Applies to
OleCommand(IntPtr)
public:
OleCommand(IntPtr ptr1);
public OleCommand (IntPtr ptr1);
new Dynamics.AX.Application.OleCommand : nativeint -> Dynamics.AX.Application.OleCommand
Public Sub New (ptr1 As IntPtr)
Parameters
- ptr1
-
IntPtr
nativeint