ApplicationPartManager.PopulateFeature<TFeature>(TFeature) Method

Definition

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.

Applies to