TreeNode.AOTfindChild 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.
Overloads
AOTfindChild(String, Int32) | |
AOTfindChild(String) |
Finds the specified child node of this node. |
AOTfindChild(String, Int32)
public:
virtual Dynamics::AX::Application::TreeNode ^ AOTfindChild(System::String ^ _name, int _nodeType);
[Microsoft.Dynamics.BusinessPlatform.SharedTypes.InternalUseOnly]
public virtual Dynamics.AX.Application.TreeNode AOTfindChild (string _name, int _nodeType);
[<Microsoft.Dynamics.BusinessPlatform.SharedTypes.InternalUseOnly>]
abstract member AOTfindChild : string * int -> Dynamics.AX.Application.TreeNode
override this.AOTfindChild : string * int -> Dynamics.AX.Application.TreeNode
Public Overridable Function AOTfindChild (_name As String, _nodeType As Integer) As TreeNode
Parameters
- _name
- String
- _nodeType
- Int32
Returns
- Attributes
-
Microsoft.Dynamics.BusinessPlatform.SharedTypes.InternalUseOnlyAttribute
Applies to
AOTfindChild(String)
Finds the specified child node of this node.
public:
virtual Dynamics::AX::Application::TreeNode ^ AOTfindChild(System::String ^ text1);
[Microsoft.Dynamics.BusinessPlatform.SharedTypes.InternalUseOnly]
public virtual Dynamics.AX.Application.TreeNode AOTfindChild (string text1);
[<Microsoft.Dynamics.BusinessPlatform.SharedTypes.InternalUseOnly>]
abstract member AOTfindChild : string -> Dynamics.AX.Application.TreeNode
override this.AOTfindChild : string -> Dynamics.AX.Application.TreeNode
Public Overridable Function AOTfindChild (text1 As String) As TreeNode
Parameters
- text1
- String
Returns
The specified TreeNode.
- Attributes
-
Microsoft.Dynamics.BusinessPlatform.SharedTypes.InternalUseOnlyAttribute