SPField.OnDeletingFromContentType method
會處理欄位會刪除指定的內容類型從時發生的事件。
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'宣告
Public Overridable Sub OnDeletingFromContentType ( _
contentType As SPContentType _
)
'用途
Dim instance As SPField
Dim contentType As SPContentType
instance.OnDeletingFromContentType(contentType)
public virtual void OnDeletingFromContentType(
SPContentType contentType
)
參數
contentType
Type: Microsoft.SharePoint.SPContentType要刪除欄位的內容類型。
備註
使用此方法的衍生類別中,新增自訂邏輯之前刪除的內容類型中的欄位。