ClientObjectCollection.RemoveChild Method

Removes the specific client object from the ClientObjectCollection.

Namespace:  Microsoft.SharePoint.Client
Assemblies:   Microsoft.SharePoint.Client.Silverlight.Runtime (in Microsoft.SharePoint.Client.Silverlight.Runtime.dll);  Microsoft.SharePoint.Client.Runtime (in Microsoft.SharePoint.Client.Runtime.dll)

Syntax

'Declaration
Protected Friend Sub RemoveChild ( _
    obj As ClientObject _
)
'Usage
Dim obj As ClientObject

Me.RemoveChild(obj)
protected internal void RemoveChild(
    ClientObject obj
)

Parameters

Remarks

All the ClientObject objects that are identical to the specified client object or have the same object path identity will be removed from the ClientObjectCollection.

See Also

Reference

ClientObjectCollection Class

ClientObjectCollection Members

Microsoft.SharePoint.Client Namespace