IDisposableFeature Interface
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.
Feature to track items to dispose when the containing package or part is closed.
public interface IDisposableFeature
type IDisposableFeature = interface
Public Interface IDisposableFeature
Methods
Register(Action) |
Register an action to be called on package or part close. |
Register(IDisposable) |
Extension Methods
Register(IDisposableFeature, IDisposable) |
Register a disposable for dispose. |