class ApplicationFeatureProvider
cangjie
public abstract class ApplicationFeatureProvider<TFeature> <: IApplicationFeatureProvider功能:定义应用程序特性提供器基类。
父类型:
成员概览
| 成员 | 功能 |
|---|---|
| func populate(Collection<ApplicationPart>, TFeature) | 使用应用程序部件填充指定特性。 |
func populate(Collection<ApplicationPart>, TFeature)
cangjie
public func populate(parts: Collection<ApplicationPart>, feature: TFeature): Unit功能:使用应用程序部件填充指定特性。
参数:
- parts: Collection<ApplicationPart> - 可供扫描的应用程序部件集合。
- feature:
TFeature- 要填充的特性实例。
返回值:
Unit