OpenXmlElement.Features Property

Definition

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

Property Value

Applies to