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