Aracılığıyla paylaş


IApplicationFeatureProvider<TFeature>.PopulateFeature Yöntem

Tanım

feature Örneği Güncelleştirmeler.

public:
 void PopulateFeature(System::Collections::Generic::IEnumerable<Microsoft::AspNetCore::Mvc::ApplicationParts::ApplicationPart ^> ^ parts, TFeature feature);
public void PopulateFeature (System.Collections.Generic.IEnumerable<Microsoft.AspNetCore.Mvc.ApplicationParts.ApplicationPart> parts, TFeature feature);
abstract member PopulateFeature : seq<Microsoft.AspNetCore.Mvc.ApplicationParts.ApplicationPart> * 'Feature -> unit
Public Sub PopulateFeature (parts As IEnumerable(Of ApplicationPart), feature As TFeature)

Parametreler

parts
IEnumerable<ApplicationPart>

Uygulamadaki örneklerin listesi ApplicationPart .

feature
TFeature

Doldurulacak özellik örneği.

Açıklamalar

ApplicationPart içindeki parts örnekler, içinde depolandıkları ApplicationPartssıralı sırayla görünür. Bu sıralama, öncelik kararları almak için özellik sağlayıcısı tarafından kullanılabilir.

Şunlara uygulanır