del método WorkflowFeatureReceiver.FeatureActivated
Se produce después de que se activa una característica.
Espacio de nombres: Microsoft.Office.Workflow.Feature
Ensamblado: Microsoft.Office.Workflow.Feature (en Microsoft.Office.Workflow.Feature.dll)
Sintaxis
'Declaración
Public Overrides Sub FeatureActivated ( _
properties As SPFeatureReceiverProperties _
)
'Uso
Dim instance As WorkflowFeatureReceiver
Dim properties As SPFeatureReceiverProperties
instance.FeatureActivated(properties)
public override void FeatureActivated(
SPFeatureReceiverProperties properties
)
Parámetros
properties
Tipo: Microsoft.SharePoint.SPFeatureReceiverPropertiesUn objeto SPFeatureReceiverProperties que representa las propiedades del evento.