FeatureCollection Class

Definition

Represents a collection of features.

public class FeatureCollection : DocumentFormat.OpenXml.Features.IFeatureCollection
public class FeatureCollection : DocumentFormat.OpenXml.Features.IFeatureCollection, System.Collections.Generic.IEnumerable<System.Collections.Generic.KeyValuePair<Type,object>>
type FeatureCollection = class
    interface IFeatureCollection
type FeatureCollection = class
    interface IFeatureCollection
    interface seq<KeyValuePair<Type, obj>>
    interface IEnumerable
Public Class FeatureCollection
Implements IFeatureCollection
Public Class FeatureCollection
Implements IEnumerable(Of KeyValuePair(Of Type, Object)), IFeatureCollection
Inheritance
FeatureCollection
Implements

Constructors

FeatureCollection()

Initializes a new instance of FeatureCollection.

FeatureCollection(IFeatureCollection, Boolean)

Initializes a new instance of FeatureCollection with the specified defaults.

FeatureCollection(Int32)

Initializes a new instance of FeatureCollection with the specified initial capacity.

Properties

IsReadOnly

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.

Methods

Get<TFeature>()

Retrieves the requested feature from the collection.

GetEnumerator()

Returns an enumerator that iterates through the collection.

Set<TFeature>(TFeature)

Sets the given feature in the collection.

Explicit Interface Implementations

IEnumerable.GetEnumerator()

Extension Methods

GetRequired<TFeature>(IFeatureCollection)

Gets a required feature from the supplied collection.

Applies to