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