Interfaccia ISupportDisposalNotification
Represents an object that may become disposed, and that can notify listeners of changes to the disposal state.
Spazio dei nomi: Microsoft.VisualStudio.Shell
Assembly: Microsoft.VisualStudio.Shell.Immutable.11.0 (in Microsoft.VisualStudio.Shell.Immutable.11.0.dll)
Sintassi
'Dichiarazione
Public Interface ISupportDisposalNotification _
Inherits INotifyPropertyChanged
public interface ISupportDisposalNotification : INotifyPropertyChanged
Il tipo ISupportDisposalNotification espone i seguenti membri.
Proprietà
Nome | Descrizione | |
---|---|---|
IsDisposed | Determines if the item is disposed. |
In alto
Eventi
Nome | Descrizione | |
---|---|---|
PropertyChanged | Viene generato quando il valore di una proprietà cambia. (Ereditato da INotifyPropertyChanged) |
In alto
Note
Objects that hold references to an instance of this interface should watch for property changes on the IsDisposed property, and should release their reference when the property's value becomes true.