CompositionDependency.IsPrerequisite 属性

定义

获取一个值,该值指示依赖项是否是必须满足的先决条件,然后才能从依赖部分检索任何导出。

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

属性值

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

适用于