Compartilhar via


IFeatureContainer.AddFeature Generic Method

Overload List

Name Description
IFeatureContainer.AddFeature (Generic ActivationContext) Adds a new feature to the container by instantiating the passed in type. The default lifetime will be singleton.
IFeatureContainer.AddFeature (V) Adds a new feature to the container by storing the passed in instance. The lifetime of the instance will not be managed by the container.
IFeatureContainer.AddFeature (Generic ActivationContext, String) Adds a new feature to the container by instantiating the passed in type. The default lifetime will be singleton.

See Also

Reference

IFeatureContainer Interface
IFeatureContainer Members
Microsoft.EnterpriseManagement Namespace