Job.AOTedit 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
AOTedit() |
Opens the appropriate editor for this node. |
AOTedit(Int32) | |
AOTedit(Int32, Int32) |
AOTedit()
Opens the appropriate editor for this node.
public:
override void AOTedit();
[Microsoft.Dynamics.BusinessPlatform.SharedTypes.InternalUseOnly]
public override void AOTedit ();
[<Microsoft.Dynamics.BusinessPlatform.SharedTypes.InternalUseOnly>]
override this.AOTedit : unit -> unit
Public Overrides Sub AOTedit ()
- Attributes
-
Microsoft.Dynamics.BusinessPlatform.SharedTypes.InternalUseOnlyAttribute
Remarks
If the node is a method, the code editor opens. If the node is a documentation object, the Help editor opens.
Applies to
AOTedit(Int32)
public:
override void AOTedit(int num1);
[Microsoft.Dynamics.BusinessPlatform.SharedTypes.InternalUseOnly]
public override void AOTedit (int num1);
[<Microsoft.Dynamics.BusinessPlatform.SharedTypes.InternalUseOnly>]
override this.AOTedit : int -> unit
Public Overrides Sub AOTedit (num1 As Integer)
Parameters
- num1
- Int32
- Attributes
-
Microsoft.Dynamics.BusinessPlatform.SharedTypes.InternalUseOnlyAttribute
Applies to
AOTedit(Int32, Int32)
public:
override void AOTedit(int _Line, int _Column);
[Microsoft.Dynamics.BusinessPlatform.SharedTypes.InternalUseOnly]
public override void AOTedit (int _Line, int _Column);
[<Microsoft.Dynamics.BusinessPlatform.SharedTypes.InternalUseOnly>]
override this.AOTedit : int * int -> unit
Public Overrides Sub AOTedit (_Line As Integer, _Column As Integer)
Parameters
- _Line
- Int32
The column of the cursor position; optional.
- _Column
- Int32
The column of the cursor position; optional.
- Attributes
-
Microsoft.Dynamics.BusinessPlatform.SharedTypes.InternalUseOnlyAttribute