ClientObjectCollection.RemoveChild-Methode
Entfernt das spezifischen Client-Objekt aus der ClientObjectCollection.
Namespace: Microsoft.SharePoint.Client
Assemblys: Microsoft.SharePoint.Client.Silverlight.Runtime (in Microsoft.SharePoint.Client.Silverlight.Runtime.dll); Microsoft.SharePoint.Client.Runtime (in Microsoft.SharePoint.Client.Runtime.dll) Microsoft.SharePoint.Client.Phone.Runtime (in Microsoft.SharePoint.Client.Phone.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
)
Parameter
obj
Typ: Microsoft.SharePoint.Client.ClientObjectDas Clientobjekt aus der ClientObjectCollectionentfernt werden soll.
Hinweise
Alle ClientObject Objekte, die mit dem angegebenen Client-Objekt identisch sind oder die gleiche Objekt Pfad Identität werden aus der ClientObjectCollectionentfernt.