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