ProjectElementContainerLink.DeepClone Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
DeepClone(ProjectRootElement, ProjectElementContainer) |
helps implementation the DeepCopyFrom(ProjectElementContainer). |
DeepClone(ProjectElementContainer, ProjectRootElement, ProjectElementContainer) |
DeepClone(ProjectRootElement, ProjectElementContainer)
helps implementation the DeepCopyFrom(ProjectElementContainer).
public:
abstract Microsoft::Build::Construction::ProjectElementContainer ^ DeepClone(Microsoft::Build::Construction::ProjectRootElement ^ factory, Microsoft::Build::Construction::ProjectElementContainer ^ parent);
public abstract Microsoft.Build.Construction.ProjectElementContainer DeepClone (Microsoft.Build.Construction.ProjectRootElement factory, Microsoft.Build.Construction.ProjectElementContainer parent);
abstract member DeepClone : Microsoft.Build.Construction.ProjectRootElement * Microsoft.Build.Construction.ProjectElementContainer -> Microsoft.Build.Construction.ProjectElementContainer
Public MustOverride Function DeepClone (factory As ProjectRootElement, parent As ProjectElementContainer) As ProjectElementContainer
Parameters
- factory
- ProjectRootElement
- parent
- ProjectElementContainer
Returns
Applies to
DeepClone(ProjectElementContainer, ProjectRootElement, ProjectElementContainer)
public:
static Microsoft::Build::Construction::ProjectElementContainer ^ DeepClone(Microsoft::Build::Construction::ProjectElementContainer ^ xml, Microsoft::Build::Construction::ProjectRootElement ^ factory, Microsoft::Build::Construction::ProjectElementContainer ^ parent);
public static Microsoft.Build.Construction.ProjectElementContainer DeepClone (Microsoft.Build.Construction.ProjectElementContainer xml, Microsoft.Build.Construction.ProjectRootElement factory, Microsoft.Build.Construction.ProjectElementContainer parent);
static member DeepClone : Microsoft.Build.Construction.ProjectElementContainer * Microsoft.Build.Construction.ProjectRootElement * Microsoft.Build.Construction.ProjectElementContainer -> Microsoft.Build.Construction.ProjectElementContainer
Public Shared Function DeepClone (xml As ProjectElementContainer, factory As ProjectRootElement, parent As ProjectElementContainer) As ProjectElementContainer
Parameters
- factory
- ProjectRootElement
- parent
- ProjectElementContainer