SPXmlDataSource.ICloneable.Clone Method
Namespace: Microsoft.SharePoint.WebControls
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Private Function Clone As Object Implements ICloneable.Clone
'Usage
Dim instance As SPXmlDataSource
Dim returnValue As Object
returnValue = CType(instance, ICloneable).Clone()
ObjectICloneable.Clone()
Return Value
Type: System.Object