SiteMapNode::ICloneable::Clone Method ()

 

This API supports the product infrastructure and is not intended to be used directly from your code.

Creates a new node that is a copy of the current node. For a description of this member, see ICloneable::Clone.

Namespace:   System.Web
Assembly:  System.Web (in System.Web.dll)

private:
virtual Object^ Clone() sealed = ICloneable::Clone

Return Value

Type: System::Object^

A new node that is a copy of the current node.

The Roles and Attributes collections are copied to new collections.

.NET Framework
Available since 2.0
Return to top
Show: