Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Represents a feature receiver in SharePoint.
Namespace: Microsoft.VisualStudio.SharePoint
Assembly: Microsoft.VisualStudio.SharePoint (in Microsoft.VisualStudio.SharePoint.dll)
Syntax
'Declaration
Public Interface IFeatureReceiver _
Inherits INotifyObjectDisposing, INotifyObjectDisposed, INotifyPropertyChanged
public interface IFeatureReceiver : INotifyObjectDisposing,
INotifyObjectDisposed, INotifyPropertyChanged
The IFeatureReceiver type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
![]() |
Assembly | Gets or sets the assembly of the feature receiver that is added to the feature that includes this SharePoint project item. |
![]() |
ClassName | Gets or sets the class of the feature receiver that is added to the feature that includes this SharePoint project item. |
![]() |
IsDisposed | Gets whether the an object is disposed. (Inherited from INotifyObjectDisposed.) |
![]() |
IsDisposing | Gets whether an object is disposing. (Inherited from INotifyObjectDisposing.) |
![]() |
ProjectItem | Gets a reference to the parent project item. |
Top
Events
| Name | Description | |
|---|---|---|
![]() |
Disposed | Occurs when an object is disposed. (Inherited from INotifyObjectDisposed.) |
![]() |
Disposing | Occurs when an object is being disposed. (Inherited from INotifyObjectDisposing.) |
![]() |
PropertyChanged | Occurs when a property value changes. (Inherited from INotifyPropertyChanged.) |
Top
Remarks
Feature receivers handle events related to features, such as when a feature is added, removed, or changed.
.gif)
.gif)