ISharePointProjectFeature.EventReceiverFile 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 the event receiver code file associated with the feature.
public:
property Microsoft::VisualStudio::SharePoint::ISharePointProjectMember ^ EventReceiverFile { Microsoft::VisualStudio::SharePoint::ISharePointProjectMember ^ get(); };
public Microsoft.VisualStudio.SharePoint.ISharePointProjectMember EventReceiverFile { get; }
member this.EventReceiverFile : Microsoft.VisualStudio.SharePoint.ISharePointProjectMember
Public ReadOnly Property EventReceiverFile As ISharePointProjectMember
Property Value
An object representing an event receiver file.