DisposableFeatureExtensions.Register(IDisposableFeature, IDisposable) Method
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.
Register a disposable for dispose.
public static void Register (this DocumentFormat.OpenXml.Features.IDisposableFeature feature, IDisposable disposable);
static member Register : DocumentFormat.OpenXml.Features.IDisposableFeature * IDisposable -> unit
<Extension()>
Public Sub Register (feature As IDisposableFeature, disposable As IDisposable)
Parameters
- feature
- IDisposableFeature
- disposable
- IDisposable