IDesignerLoaderHost2.CanReloadWithErrors 속성

정의

오류가 발생한 경우 다시 로드할 수 있는지 여부를 나타내는 값을 가져오거나 설정합니다.

public:
 property bool CanReloadWithErrors { bool get(); void set(bool value); };
public bool CanReloadWithErrors { get; set; }
member this.CanReloadWithErrors : bool with get, set
Public Property CanReloadWithErrors As Boolean

속성 값

오류가 발견된 경우 디자이너 로더가 디자인 문서를 다시 로드할 수 있으면 true이고, 그렇지 않으면 false입니다. 기본값은 false입니다.

설명

일부 시나리오에서는 오류 로드를 무시할 수 없습니다. 이 경우 디자이너 로더 구현은 를 반환 false 해야 합니다.

적용 대상

추가 정보