ISharePointProjectItem.FeatureReceiver Property

Definition

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.

Applies to