SPFeatureReceiver.FeatureInstalled method
處理功能的安裝之後,會引發的事件。
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'宣告
Public Overridable Sub FeatureInstalled ( _
properties As SPFeatureReceiverProperties _
)
'用途
Dim instance As SPFeatureReceiver
Dim properties As SPFeatureReceiverProperties
instance.FeatureInstalled(properties)
public virtual void FeatureInstalled(
SPFeatureReceiverProperties properties
)
參數
properties
Type: Microsoft.SharePoint.SPFeatureReceiverProperties該事件的屬性。
備註
當一項功能引入伺服陣列時,會呼叫這個方法。