Freigeben über


ApplicationPartManager.PopulateFeature<TFeature>(TFeature) Methode

Definition

Füllt die angegebene feature mithilfe der Liste von IApplicationFeatureProvider<TFeature>auf, die ApplicationPartManagerfür konfiguriert ist.

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)

Typparameter

TFeature

Der Funktionstyp

Parameter

feature
TFeature

Das Feature instance aufgefüllt werden.

Gilt für: