FeatureExtensions.GetRequired<TFeature>(IFeatureCollection) 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.
Gets a required feature from the supplied collection.
public static TFeature GetRequired<TFeature> (this DocumentFormat.OpenXml.Features.IFeatureCollection features);
static member GetRequired : DocumentFormat.OpenXml.Features.IFeatureCollection -> 'Feature
<Extension()>
Public Function GetRequired(Of TFeature) (features As IFeatureCollection) As TFeature
Type Parameters
- TFeature
Feature type.
Parameters
- features
- IFeatureCollection
Features collection to search.
Returns
TFeature
The available feature.