Form.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() |
Initializes a new instance of the Form class. |
newmethod(String) | |
newmethod(String, Boolean) |
newmethod()
Initializes a new instance of the Form 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
newmethod(String, Boolean)
public:
void newmethod(System::String ^ _name, bool _buildMode);
[Microsoft.Dynamics.BusinessPlatform.SharedTypes.InternalUseOnly]
public void newmethod (string _name, bool _buildMode);
[<Microsoft.Dynamics.BusinessPlatform.SharedTypes.InternalUseOnly>]
override this.newmethod : string * bool -> unit
Public Sub newmethod (_name As String, _buildMode As Boolean)
Parameters
- _name
- String
- _buildMode
- Boolean
- Attributes
-
Microsoft.Dynamics.BusinessPlatform.SharedTypes.InternalUseOnlyAttribute