Compartilhar via


AssemblyAttributeFeatureProvider<TFeature>.PopulateFeature Método

Definição

Atualizações a feature instância.

public void PopulateFeature (System.Collections.Generic.IEnumerable<Orleans.ApplicationParts.IApplicationPart> parts, TFeature feature);
abstract member PopulateFeature : seq<Orleans.ApplicationParts.IApplicationPart> * 'Feature -> unit
override this.PopulateFeature : seq<Orleans.ApplicationParts.IApplicationPart> * 'Feature -> unit
Public Sub PopulateFeature (parts As IEnumerable(Of IApplicationPart), feature As TFeature)

Parâmetros

parts
IEnumerable<IApplicationPart>

A lista de IApplicationParts do aplicativo.

feature
TFeature

A instância de recurso a ser preenchida.

Implementações

Aplica-se a