IFeatureCollection Interface
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.
Represents a collection of features.
public interface IFeatureCollection
public interface IFeatureCollection : System.Collections.Generic.IEnumerable<System.Collections.Generic.KeyValuePair<Type,object>>
type IFeatureCollection = interface
type IFeatureCollection = interface
interface seq<KeyValuePair<Type, obj>>
interface IEnumerable
Public Interface IFeatureCollection
Public Interface IFeatureCollection
Implements IEnumerable(Of KeyValuePair(Of Type, Object))
- Derived
- Implements
Is |
Gets a value indicating whether the collection can be modified. |
Item[Type] |
Gets or sets a given feature. Setting a null value removes the feature. |
Revision |
Gets a value that is incremented for each modification and can be used to verify cached results. |
Get<TFeature>() |
Retrieves the requested feature from the collection. |
Set<TFeature>(TFeature) |
Sets the given feature in the collection. |
Add |
|
Set |
|
Get |
Gets a required feature from the supplied collection. |
Product | Versions |
---|---|
DocumentFormat.OpenXml | 2.14.0, 2.15.0, 2.16.0, 2.17.1, 2.18.0, 2.19.0, 2.20.0, 3.0.0, 3.0.1 |