VSProjectNode.extract Method

Extracts the whole project to disk.

Syntax

public container extract([str path, boolean extractReferenced])

Run On

Called

Parameters

  • path
    Type: str
    The full path of where the project should be stored.
  • extractReferenced
    Type: boolean
    A Boolean value that determines whether to extract the referenced projects.

Return Value

Type: container
A list of paths where the project was extracted.

See Also

Reference

VSProjectNode Class