TreeNode.AOTgetExecutableLines 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.
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
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.