TreeNode.AOTiterator Method

Definition

Returns an object which can be used to iterate the child nodes of the tree node.

public:
 virtual Dynamics::AX::Application::TreeNodeIterator ^ AOTiterator();
[Microsoft.Dynamics.BusinessPlatform.SharedTypes.InternalUseOnly]
public virtual Dynamics.AX.Application.TreeNodeIterator AOTiterator ();
[<Microsoft.Dynamics.BusinessPlatform.SharedTypes.InternalUseOnly>]
abstract member AOTiterator : unit -> Dynamics.AX.Application.TreeNodeIterator
override this.AOTiterator : unit -> Dynamics.AX.Application.TreeNodeIterator
Public Overridable Function AOTiterator () As TreeNodeIterator

Returns

The TreeNodeIterator object used to iterate the children of the tree node.

Attributes
Microsoft.Dynamics.BusinessPlatform.SharedTypes.InternalUseOnlyAttribute

Applies to