ClientObjectCollection.RemoveChild method
Removes the specific client object from the ClientObjectCollection.
Namespace: Microsoft.SharePoint.Client
Assembly: 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
obj
Type: Microsoft.SharePoint.Client.ClientObjectThe client object to be removed from the ClientObjectCollection.
Remarks
All ClientObject objects that are identical to the specified client object or have the same object path identity will be removed from the ClientObjectCollection.