CommaTextIo 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
CommaTextIo() | |
CommaTextIo(IntPtr) | |
CommaTextIo(String, String) | |
CommaTextIo(String, String, Int32) |
CommaTextIo()
public:
CommaTextIo();
public CommaTextIo ();
Public Sub New ()
Applies to
CommaTextIo(IntPtr)
public:
CommaTextIo(IntPtr ptr1);
public CommaTextIo (IntPtr ptr1);
new Dynamics.AX.Application.CommaTextIo : nativeint -> Dynamics.AX.Application.CommaTextIo
Public Sub New (ptr1 As IntPtr)
Parameters
- ptr1
-
IntPtr
nativeint
Applies to
CommaTextIo(String, String)
public:
CommaTextIo(System::String ^ text1, System::String ^ text2);
public CommaTextIo (string text1, string text2);
new Dynamics.AX.Application.CommaTextIo : string * string -> Dynamics.AX.Application.CommaTextIo
Public Sub New (text1 As String, text2 As String)
Parameters
- text1
- String
- text2
- String
Applies to
CommaTextIo(String, String, Int32)
public:
CommaTextIo(System::String ^ text1, System::String ^ text2, int num1);
public CommaTextIo (string text1, string text2, int num1);
new Dynamics.AX.Application.CommaTextIo : string * string * int -> Dynamics.AX.Application.CommaTextIo
Public Sub New (text1 As String, text2 As String, num1 As Integer)
Parameters
- text1
- String
- text2
- String
- num1
- Int32