TreeNode.AOTgetExecutableLineCount Method

Definition

Returns the number of executable lines of code for this node.

public:
 virtual int AOTgetExecutableLineCount();
[Microsoft.Dynamics.BusinessPlatform.SharedTypes.InternalUseOnly]
public virtual int AOTgetExecutableLineCount ();
[<Microsoft.Dynamics.BusinessPlatform.SharedTypes.InternalUseOnly>]
abstract member AOTgetExecutableLineCount : unit -> int
override this.AOTgetExecutableLineCount : unit -> int
Public Overridable Function AOTgetExecutableLineCount () As Integer

Returns

The number of executable lines of code for this node if any; otherwise, zero.

Attributes
Microsoft.Dynamics.BusinessPlatform.SharedTypes.InternalUseOnlyAttribute

Remarks

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

Applies to