DisposableFeatureExtensions.SetDisposable<TFeature> 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.
public static void SetDisposable<TFeature> (this DocumentFormat.OpenXml.Features.IFeatureCollection features, TFeature feature);
static member SetDisposable : DocumentFormat.OpenXml.Features.IFeatureCollection * 'Feature -> unit
<Extension()>
Public Sub SetDisposable(Of TFeature) (features As IFeatureCollection, feature As TFeature)
Type Parameters
- TFeature
Parameters
- features
- IFeatureCollection
- feature
- TFeature