BasicDesignerLoader.IDesignerLoaderService.Reload 메서드
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
디자인 문서를 다시 로드합니다.
virtual bool System.ComponentModel.Design.Serialization.IDesignerLoaderService.Reload() = System::ComponentModel::Design::Serialization::IDesignerLoaderService::Reload;
bool IDesignerLoaderService.Reload ();
abstract member System.ComponentModel.Design.Serialization.IDesignerLoaderService.Reload : unit -> bool
override this.System.ComponentModel.Design.Serialization.IDesignerLoaderService.Reload : unit -> bool
Function Reload () As Boolean Implements IDesignerLoaderService.Reload
반환
다시 로드 요청이 받아들여지면 true
이고, 로더가 다시 로드를 허용하지 않으면 false
입니다.
구현
설명
호출할 수 있는 모든 개체는 IDesignerLoaderService.Reload 로더가 디자인 문서를 다시 로드를 요청 하는 방법입니다. 디자이너 로더를 반환할 수 있습니다 하는 경우 로더 재 로딩을 지원 하 고 다시 로드를 사용 하 여 준수, true
합니다. 그러지 않으면 반환 false
를 나타내는 다시 로드가 발생 하지 것입니다. 호출자가 즉시; 발생 하는 다시 로드를 사용할 수 없습니다. 디자이너 로더는이 다른 시간에 예약할 수 있습니다 또는 한 번에 디자이너를 다시 로드를 시도할 수 있습니다.
디자이너를 다시 로드할 수 없는 경우 호출자에 게 사용자에 게 메시지를 표시할 수 있습니다.
적용 대상
GitHub에서 Microsoft와 공동 작업
이 콘텐츠의 원본은 GitHub에서 찾을 수 있으며, 여기서 문제와 끌어오기 요청을 만들고 검토할 수도 있습니다. 자세한 내용은 참여자 가이드를 참조하세요.
.NET