TreeNode.utilElement 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 a UtilElements record that is related to the node.
public:
virtual Dynamics::AX::Application::UtilElements ^ utilElement();
public virtual Dynamics.AX.Application.UtilElements utilElement ();
abstract member utilElement : unit -> Dynamics.AX.Application.UtilElements
override this.utilElement : unit -> Dynamics.AX.Application.UtilElements
Public Overridable Function utilElement () As UtilElements
Returns
The UtilElements record that is related to the node.
Remarks
This method throws an exception if the method is not supported for the tree node.