CompositionDependency.IsPrerequisite 屬性

定義

取得值,表示可以從相依性組件擷取任何匯出前,相依性是否為必須滿足的必要條件。

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

屬性值

true 如果相依性是必要條件,則為 ;否則為 false

適用於