 | OpenXmlElementFeatures Property |
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.
Namespace: DocumentFormat.OpenXmlAssembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll) Version: 2.20.0+Branch.release-v2.20.0.Sha.a873d3fbff9bffe179fea62486da950adf5be65d.a873d3fbff9bffe179fea62486da950adf5be65d
Syntaxpublic IFeatureCollection Features { get; }
Public ReadOnly Property Features As IFeatureCollection
Get
public:
property IFeatureCollection^ Features {
IFeatureCollection^ get ();
}
member Features : IFeatureCollection with get
Property Value
IFeatureCollection
See Also