TreeNode.AOTgetExecutableLines Method

Definition

Returns the executable lines of code for this node.

public:
 virtual Microsoft::Dynamics::Ax::Xpp::Set ^ AOTgetExecutableLines();
[Microsoft.Dynamics.BusinessPlatform.SharedTypes.InternalUseOnly]
public virtual Microsoft.Dynamics.Ax.Xpp.Set AOTgetExecutableLines ();
[<Microsoft.Dynamics.BusinessPlatform.SharedTypes.InternalUseOnly>]
abstract member AOTgetExecutableLines : unit -> Microsoft.Dynamics.Ax.Xpp.Set
override this.AOTgetExecutableLines : unit -> Microsoft.Dynamics.Ax.Xpp.Set
Public Overridable Function AOTgetExecutableLines () As Set

Returns

Set

A Set object containing the executable lines of code for this node if any; otherwise, nullNothingnullptrunita null reference (Nothing in Visual Basic).

Attributes
Microsoft.Dynamics.BusinessPlatform.SharedTypes.InternalUseOnlyAttribute

Remarks

This function calls a method which is overridden by nodes which have source code.

Applies to