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 되어야 합니다.

적용 대상

추가 정보