CompositionDependency.IsPrerequisite 属性

定义

获取一个值,该值指示依赖项是否是一个先决条件,在可从依赖部件检索任何导出之前,必须满足该先决条件。

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

属性值

true 如果依赖项是先决条件,则为 ;否则为 false

适用于