Share via


VSProjectFolderNode.createFileNode Method

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

Syntax

public VSProjectFileNode createFileNode(str name)

Run On

Called

Parameters

  • name
    Type: str
    The name of the file node.

Return Value

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

See Also

Reference

VSProjectFolderNode Class