WorkflowFeatureReceiver.FeatureActivated 方法
事件处理程序FeatureActivated ;它被调用后激活功能。
命名空间: Microsoft.Office.Project.Server.Workflow
程序集: Microsoft.Office.Project.Server.Workflow(位于 Microsoft.Office.Project.Server.Workflow.dll 中)
语法
声明
Public Overrides Sub FeatureActivated ( _
properties As SPFeatureReceiverProperties _
)
用法
Dim instance As WorkflowFeatureReceiver
Dim properties As SPFeatureReceiverProperties
instance.FeatureActivated(properties)
public override void FeatureActivated(
SPFeatureReceiverProperties properties
)
参数
properties
类型:Microsoft.SharePoint.SPFeatureReceiverProperties事件的属性。
备注
Project Server 工作流的FeatureActivated事件处理程序不会添加到 SharePoint 的事件处理程序的任何功能。