SPObjectModelTypeCollection.Remove method (Type, String)
Remove the type and its member from the collection.
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Sub Remove ( _
type As Type, _
member As String _
)
'Usage
Dim instance As SPObjectModelTypeCollection
Dim type As Type
Dim member As String
instance.Remove(type, member)
public void Remove(
Type type,
string member
)
Parameters
type
Type: System.TypeThe [System.Type] instance to remove.
member
Type: System.StringMember name to remove.
See also
Reference
SPObjectModelTypeCollection class