ISharedFeature<T> Interface
Definition
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.
public interface ISharedFeature<T>
type ISharedFeature<'T> = interface
Public Interface ISharedFeature(Of T)
Type Parameters
- T
Type of shared feature.
Properties
Composite |
Gets a composite feature that handles delegating to the registered features in the collection. |
Count |
Gets the count of features registered. |
Methods
Add(T) |
Adds an instance to the shared collection. |
Remove(T) |
Removes a feature instance from the shared collection. |