共用方式為


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

適用於