ApplicationPartManager.PopulateFeature<TFeature>(TFeature) Method
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.
Populates the given feature
using the list of
IApplicationFeatureProvider<TFeature>s configured on the
ApplicationPartManager.
public:
generic <typename TFeature>
void PopulateFeature(TFeature feature);
public void PopulateFeature<TFeature> (TFeature feature);
member this.PopulateFeature : 'Feature -> unit
Public Sub PopulateFeature(Of TFeature) (feature As TFeature)
Type Parameters
- TFeature
The type of the feature.
Parameters
- feature
- TFeature
The feature instance to populate.