SPObjectModelTypeCollection.Remove Method (Type)

Remove the type from the collection.

Namespace:  Microsoft.SharePoint.Administration
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No

Syntax

'Declaration
Public Sub Remove ( _
    type As Type _
)
'Usage
Dim instance As SPObjectModelTypeCollection
Dim type As Type

instance.Remove(type)
public void Remove(
    Type type
)

Parameters

  • type
    Type: System.Type

    The [System.Type] instance to remove.

See Also

Reference

SPObjectModelTypeCollection Class

SPObjectModelTypeCollection Members

Remove Overload

Microsoft.SharePoint.Administration Namespace