SPObjectModelTypeCollection.Remove method (Type)
從集合中移除的類型。
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'宣告
Public Sub Remove ( _
type As Type _
)
'用途
Dim instance As SPObjectModelTypeCollection
Dim type As Type
instance.Remove(type)
public void Remove(
Type type
)
參數
type
Type: System.Type若要移除之**[System.Type]**執行個體。
請參閱
參照
SPObjectModelTypeCollection class