共用方式為


SPObjectModelTypeCollection.Remove method (Type, String)

從集合中移除的類型和其成員。

Namespace:  Microsoft.SharePoint.Administration
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'宣告
Public Sub Remove ( _
    type As Type, _
    member As String _
)
'用途
Dim instance As SPObjectModelTypeCollection
Dim type As Type
Dim member As String

instance.Remove(type, member)
public void Remove(
    Type type,
    string member
)

參數

  • type
    Type: System.Type

    若要移除之**[System.Type]**執行個體。

請參閱

參照

SPObjectModelTypeCollection class

SPObjectModelTypeCollection members

Remove overload

Microsoft.SharePoint.Administration namespace