ProjectContextClone Method
Create a deep copy of the provided project file.
Namespace: ProjectTaskAssembly: ProjectTask (in ProjectTask.dll) Version: 25.2814.3647
public static ProjectContext Clone(
ProjectContext projectFile
)
Public Shared Function Clone (
projectFile As ProjectContext
) As ProjectContext
No code example is currently available or this language may not be supported.
- projectFile ProjectContext
-
Reference to the project file to clone.
ProjectContext
Reference to a new project file containing a deep copy of all of the
objects in the caller's object model, if the conversion was successful.
Otherwise, null.