Share via


VSProjectFolderNode.createLinkNode Method

Creates a new instance of the VSProjectLinkNode class as a child of this VSProjectFolderNode instance.

Syntax

public VSProjectLinkNode createLinkNode(
    str name, 
    str aotPath, 
   [boolean createLinkedNode])

Run On

Called

Parameters

  • name
    Type: str
    The name of the link node.
  • aotPath
    Type: str
    The AOT path of the node that this node should be a link to.

Return Value

Type: VSProjectLinkNode Class
The new instance of the VSProjectLinkNode class.

See Also

Reference

VSProjectFolderNode Class