FormListItem.newmethod Method
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
newmethod(String, Int32, Object) | |
newmethod(String, Int32) | |
newmethod() |
Initializes a new instance of the Object class. |
newmethod(String) |
newmethod(String, Int32, Object)
public:
void newmethod(System::String ^ _Text, int _Image, System::Object ^ _Data);
[Microsoft.Dynamics.BusinessPlatform.SharedTypes.InternalUseOnly]
public void newmethod (string _Text, int _Image, object _Data);
[<Microsoft.Dynamics.BusinessPlatform.SharedTypes.InternalUseOnly>]
override this.newmethod : string * int * obj -> unit
Public Sub newmethod (_Text As String, _Image As Integer, _Data As Object)
Parameters
- _Text
- String
- _Image
- Int32
- _Data
- Object
- Attributes
-
Microsoft.Dynamics.BusinessPlatform.SharedTypes.InternalUseOnlyAttribute
Applies to
newmethod(String, Int32)
public:
void newmethod(System::String ^ text1, int num1);
[Microsoft.Dynamics.BusinessPlatform.SharedTypes.InternalUseOnly]
public void newmethod (string text1, int num1);
[<Microsoft.Dynamics.BusinessPlatform.SharedTypes.InternalUseOnly>]
override this.newmethod : string * int -> unit
Public Sub newmethod (text1 As String, num1 As Integer)
Parameters
- text1
- String
- num1
- Int32
- Attributes
-
Microsoft.Dynamics.BusinessPlatform.SharedTypes.InternalUseOnlyAttribute
Applies to
newmethod()
Initializes a new instance of the Object class.
protected:
override void newmethod();
protected override void newmethod ();
override this.newmethod : unit -> unit
Protected Overrides Sub newmethod ()
Applies to
newmethod(String)
public:
void newmethod(System::String ^ text1);
[Microsoft.Dynamics.BusinessPlatform.SharedTypes.InternalUseOnly]
public void newmethod (string text1);
[<Microsoft.Dynamics.BusinessPlatform.SharedTypes.InternalUseOnly>]
override this.newmethod : string -> unit
Public Sub newmethod (text1 As String)
Parameters
- text1
- String
- Attributes
-
Microsoft.Dynamics.BusinessPlatform.SharedTypes.InternalUseOnlyAttribute