del método WorkflowFeatureReceiver.FeatureInstalled
Se produce cuando se instala 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 FeatureInstalled ( _
properties As SPFeatureReceiverProperties _
)
'Uso
Dim instance As WorkflowFeatureReceiver
Dim properties As SPFeatureReceiverProperties
instance.FeatureInstalled(properties)
public override void FeatureInstalled(
SPFeatureReceiverProperties properties
)
Parámetros
properties
Tipo: Microsoft.SharePoint.SPFeatureReceiverPropertiesUn objeto SPFeatureReceiverProperties que representa las propiedades del evento.