다음을 통해 공유


UIDocument.Close(UIOperationHandler) 메서드

정의

변경 내용을 저장한 후 문서를 비동기적으로 닫습니다.

[Foundation.Export("closeWithCompletionHandler:")]
public virtual void Close (UIKit.UIOperationHandler completionHandler);
abstract member Close : UIKit.UIOperationHandler -> unit
override this.Close : UIKit.UIOperationHandler -> unit

매개 변수

completionHandler
UIOperationHandler

이 매개 변수는 null일 수 있습니다.

특성

설명

백그라운드 스레드에서 사용할 수 있습니다.

적용 대상