Share via


VSProjectsNode.createProjectNode Method

Creates a new instance of the VSProjectNode class.

Syntax

public VSProjectNode createProjectNode(
    str name, 
    str projectTypesString, 
   [boolean virtualNode])

Run On

Called

Parameters

  • name
    Type: str
    The name of the project node.
  • projectTypesString
    Type: str
    A semicolon-separated string that contains the project type GUIDs.
  • virtualNode
    Type: boolean
    A Boolean value that indicates whether the node is created only in memory. In this case, the node will not be persisted in the Microsoft Dynamics AX Store.

Return Value

Type: VSProjectNode Class
The VSProjectNode object that is created.

See Also

Reference

VSProjectsNode Class