ISharedFeature<T> 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.
A feature to create a composite feature if shared among multiple instances.
C#
public interface ISharedFeature<T>
type ISharedFeature<'T> = interface
Public Interface ISharedFeature(Of T)
- T
Type of shared feature.
Composite |
Gets a composite feature that handles delegating to the registered features in the collection. |
Count |
Gets the count of features registered. |
Add(T) |
Adds an instance to the shared collection. |
Remove(T) |
Removes a feature instance from the shared collection. |
Produkt | Wersje |
---|---|
DocumentFormat.OpenXml | 2.15.0, 2.16.0, 2.17.1, 2.18.0, 2.19.0, 2.20.0, 3.0.0, 3.0.1 |