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