Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.
- createLinkedNode
Type: boolean
Return Value
Type: VSProjectLinkNode Class
The new instance of the VSProjectLinkNode class.