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
Send comments about this topic to Microsoft.