ISharePointProjectItem.FeatureReceiver Property     
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.
public:
 property Microsoft::VisualStudio::SharePoint::IFeatureReceiver ^ FeatureReceiver { Microsoft::VisualStudio::SharePoint::IFeatureReceiver ^ get(); };
	public Microsoft.VisualStudio.SharePoint.IFeatureReceiver FeatureReceiver { get; }
	member this.FeatureReceiver : Microsoft.VisualStudio.SharePoint.IFeatureReceiver
	Public ReadOnly Property FeatureReceiver As IFeatureReceiver
	Property Value
An object representing a feature receiver.