ISharePointProjectItem.FeatureReceiver Property
Gets a feature receiver, if the SharePoint project item requires it. At package time, this feature receiver is added to the feature that includes this SharePoint project item.
Namespace: Microsoft.VisualStudio.SharePoint
Assembly: Microsoft.VisualStudio.SharePoint (in Microsoft.VisualStudio.SharePoint.dll)
Syntax
'Declaration
ReadOnly Property FeatureReceiver As IFeatureReceiver
IFeatureReceiver FeatureReceiver { get; }
Property Value
Type: Microsoft.VisualStudio.SharePoint.IFeatureReceiver
An object representing a feature receiver.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.