SPPersistedChildCollection<T>.Remove method
Deletes an object from the collection.
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
'Declaration
Public Overridable Sub Remove ( _
id As Guid _
)
'Usage
Dim instance As SPPersistedChildCollection
Dim id As Guid
instance.Remove(id)
public virtual void Remove(
Guid id
)
id
Type: System.GuidA GUID that identifies the object to remove from the collection.
SPPersistedChildCollection<T> class