共用方式為


ControllerFeatureProvider.PopulateFeature 方法

定義

feature更新 實例。

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

參數

parts
IEnumerable<ApplicationPart>

應用程式中的 ApplicationPart 實例清單。

feature
ControllerFeature

要填入的功能實例。

實作

適用於