MetadataReferenceFeatureProvider.PopulateFeature 方法

定义

feature汇报 实例。

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

参数

parts
IEnumerable<ApplicationPart>

应用程序中的 ApplicationPart 实例列表。

feature
MetadataReferenceFeature

要填充的功能实例。

实现

适用于