SPPersistedChildCollection<T>.Remove method
Deletes an object from the collection.
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'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
)
Parameters
id
Type: System.GuidA GUID that identifies the object to remove from the collection.
See also
Reference
SPPersistedChildCollection<T> class