Redigera

Dela via


ApplicationPartManager.PopulateFeature<TFeature>(TFeature) Method

Definition

Populates the given feature using the list of IApplicationFeatureProvider<TFeature>s configured on the ApplicationPartManager.

public void PopulateFeature<TFeature> (TFeature feature);
abstract member PopulateFeature : 'Feature -> unit
override 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.

Implements

Applies to