OpenXmlElement.Features Property
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 IFeatureCollection for the current element. This feature collection will be read-only, but will inherit features from its parent part and package if available.
public DocumentFormat.OpenXml.Features.IFeatureCollection Features { get; }
member this.Features : DocumentFormat.OpenXml.Features.IFeatureCollection
Public ReadOnly Property Features As IFeatureCollection