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