Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Namespace:  Microsoft.Build.Construction
Assembly:  Microsoft.Build (in Microsoft.Build.dll)
Syntax
'Declaration
Protected Friend Overridable Function DeepClone ( _
    factory As ProjectRootElement, _
    parent As ProjectElementContainer _
) As ProjectElementContainer
protected internal virtual ProjectElementContainer DeepClone(
    ProjectRootElement factory,
    ProjectElementContainer parent
)
protected public:
virtual ProjectElementContainer^ DeepClone(
    ProjectRootElement^ factory, 
    ProjectElementContainer^ parent
)
abstract DeepClone : 
        factory:ProjectRootElement * 
        parent:ProjectElementContainer -> ProjectElementContainer  
override DeepClone : 
        factory:ProjectRootElement * 
        parent:ProjectElementContainer -> ProjectElementContainer
function DeepClone(
    factory : ProjectRootElement, 
    parent : ProjectElementContainer
) : ProjectElementContainer
Parameters
- factory
 Type: Microsoft.Build.Construction.ProjectRootElement
- parent
 Type: Microsoft.Build.Construction.ProjectElementContainer
Return Value
Type: Microsoft.Build.Construction.ProjectElementContainer
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see dd66cd4c-b087-415f-9c3e-94e3a1835f74.