XsnFeatureReceiver.FeatureUninstalling Method
Occurs when a SharePoint feature is uninstalling.
Namespace: Microsoft.Office.InfoPath.Server.Administration
Assembly: Microsoft.Office.InfoPath.Server (in Microsoft.Office.InfoPath.Server.dll)
Syntax
'Declaration
Public Overrides Sub FeatureUninstalling ( _
properties As SPFeatureReceiverProperties _
)
'Usage
Dim instance As XsnFeatureReceiver
Dim properties As SPFeatureReceiverProperties
instance.FeatureUninstalling(properties)
public override void FeatureUninstalling(
SPFeatureReceiverProperties properties
)
Parameters
- properties
Type: Microsoft.SharePoint.SPFeatureReceiverProperties
An SPFeatureReceiverProperties object that represents the properties of the event.