TreeNode.AOTprevious Method

Definition

Returns the previous sibling of this tree node.

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

Returns

The previous tree node relative to this one on the same level.

Attributes
Microsoft.Dynamics.BusinessPlatform.SharedTypes.InternalUseOnlyAttribute

Applies to