SPMDSFeatureReceiver.FeatureActivated method
處理啟動 [MDS] 功能之後,就會引發的事件。
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'宣告
Public Overrides Sub FeatureActivated ( _
properties As SPFeatureReceiverProperties _
)
'用途
Dim instance As SPMDSFeatureReceiver
Dim properties As SPFeatureReceiverProperties
instance.FeatureActivated(properties)
public override void FeatureActivated(
SPFeatureReceiverProperties properties
)
參數
properties
Type: Microsoft.SharePoint.SPFeatureReceiverProperties該事件的屬性。