ImportDefinition.IsRecomposable 属性
定义
获取一个值,该值指示是否可以多次满足导入定义。Gets a value that indicates whether the import definition can be satisfied multiple times.
public:
virtual property bool IsRecomposable { bool get(); };
public virtual bool IsRecomposable { get; }
member this.IsRecomposable : bool
Public Overridable ReadOnly Property IsRecomposable As Boolean
属性值
如果在 ImportDefinition 对象的整个生存期内可以多次满足 ComposablePart,则为 true;否则为 false。true if the ImportDefinition can be satisfied multiple times throughout the lifetime of a ComposablePart object; otherwise, false. 默认值为 false。The default is false.