Share via


VSProjectsNode.AOTfindChild Method

Finds the specified child node of this node.

Syntax

public TreeNode AOTfindChild(str name, [int nodeType])

Run On

Called

Parameters

  • name
    Type: str
    A string that contains the name of the child node to return.
  • nodeType
    Type: int

Return Value

Type: TreeNode Class
The specified tree node.

See Also

Reference

VSProjectsNode Class