CompositionDependency.IsPrerequisite 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得值,表示可以從相依性組件擷取任何匯出前,相依性是否為必須滿足的必要條件。
public:
property bool IsPrerequisite { bool get(); };
public bool IsPrerequisite { get; }
member this.IsPrerequisite : bool
Public ReadOnly Property IsPrerequisite As Boolean
屬性值
true
如果相依性是必要條件,則為 ;否則為 false
。