다음을 통해 공유


AssemblyAttributeFeatureProvider<TFeature>.PopulateFeature 메서드

정의

인스턴스를 feature 업데이트.

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)

매개 변수

parts
IEnumerable<IApplicationPart>

애플리케이션의 IApplicationPart목록입니다.

feature
TFeature

채울 기능 인스턴스입니다.

구현

적용 대상