CompositionDependency.IsPrerequisite 속성

정의

종속 파트에서 내보내기를 검색하기 전에 종속성을 충족해야 하는지 여부를 나타내는 값을 가져옵니다.

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

속성 값

Boolean

true if the dependency is a prerequisite; otherwise, false.

적용 대상