ImportDefinition.IsRecomposable 屬性

定義

會得到一個值,表示匯入定義是否能多次滿足。

public:
 virtual property bool IsRecomposable { bool get(); };
public virtual bool IsRecomposable { get; }
member this.IsRecomposable : bool
Public Overridable ReadOnly Property IsRecomposable As Boolean

屬性值

true 若 能 ImportDefinition 在物件生命 ComposablePart 週期中多次滿足;否則, false。 預設值為 false

適用於