次の方法で共有


IApplicationFeatureProvider<TFeature>.PopulateFeature メソッド

定義

インスタンスをfeature更新します。

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)

パラメーター

parts
IEnumerable<ApplicationPart>

アプリケーション内の ApplicationPart インスタンスの一覧。

feature
TFeature

設定する機能インスタンス。

注釈

ApplicationPartparts の インスタンスは、 に格納されている順序付きシーケンスと同じ順序で ApplicationParts表示されます。 この順序付けは、優先順位の決定を行うために機能プロバイダーによって使用される場合があります。

適用対象