ImportManyAttribute.AllowRecomposition 属性

定义

获取或设置一个值,该值指示在提供匹配协定的导出发生更改时,是否将重新组合经过修饰的属性或字段。

public:
 property bool AllowRecomposition { bool get(); void set(bool value); };
public bool AllowRecomposition { get; set; }
member this.AllowRecomposition : bool with get, set
Public Property AllowRecomposition As Boolean

属性值

如果在 ContractName 中添加或移除提供同一 CompositionContainer 的导出时,允许重新组合属性或字段,则为 true;否则为 false

默认值是 false

适用于