FormTreeItem.newmethod Method

Definition

Overloads

newmethod(String, Int32, Int32)
newmethod(String, Int32)
newmethod(String, Int32, Int32, Object)
newmethod()

Initializes a new instance of the Object class.

newmethod(String)

newmethod(String, Int32, Int32)

public:
 void newmethod(System::String ^ text1, int num1, int num2);
[Microsoft.Dynamics.BusinessPlatform.SharedTypes.InternalUseOnly]
public void newmethod (string text1, int num1, int num2);
[<Microsoft.Dynamics.BusinessPlatform.SharedTypes.InternalUseOnly>]
override this.newmethod : string * int * int -> unit
Public Sub newmethod (text1 As String, num1 As Integer, num2 As Integer)

Parameters

text1
String
num1
Int32
num2
Int32
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(String, Int32, Int32, Object)

public:
 void newmethod(System::String ^ _Text, int _Image, int _children, System::Object ^ _Data);
[Microsoft.Dynamics.BusinessPlatform.SharedTypes.InternalUseOnly]
public void newmethod (string _Text, int _Image, int _children, object _Data);
[<Microsoft.Dynamics.BusinessPlatform.SharedTypes.InternalUseOnly>]
override this.newmethod : string * int * int * obj -> unit
Public Sub newmethod (_Text As String, _Image As Integer, _children As Integer, _Data As Object)

Parameters

_Text
String
_Image
Int32
_children
Int32
_Data
Object
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

Applies to