LoadInPlaceFileRepresentationHandler 委托

定义

public delegate void LoadInPlaceFileRepresentationHandler(NSUrl fileUrl, bool isInPlace, NSError error);
type LoadInPlaceFileRepresentationHandler = delegate of NSUrl * bool * NSError -> unit

参数

fileUrl
NSUrl
isInPlace
Boolean
error
NSError

适用于