다음을 통해 공유


UIActivityViewController.CompletionHandler 속성

정의

개발자는 이 사용되지 않는 속성을 사용하면 안 됩니다. 개발자는 대신 'CompletionWithItemsHandler' 속성을 사용해야 합니다.

[ObjCRuntime.Deprecated(ObjCRuntime.PlatformName.iOS, 8, 0, ObjCRuntime.PlatformArchitecture.All, "Use the 'CompletionWithItemsHandler' property instead.")]
public virtual Action<Foundation.NSString,bool> CompletionHandler { [ObjCRuntime.Deprecated(ObjCRuntime.PlatformName.iOS, 8, 0, ObjCRuntime.PlatformArchitecture.All, "Use the 'CompletionWithItemsHandler' property instead.")] [Foundation.Export("completionHandler", ObjCRuntime.ArgumentSemantic.Copy)] get; [ObjCRuntime.Deprecated(ObjCRuntime.PlatformName.iOS, 8, 0, ObjCRuntime.PlatformArchitecture.All, "Use the 'CompletionWithItemsHandler' property instead.")] [Foundation.Export("setCompletionHandler:", ObjCRuntime.ArgumentSemantic.Copy)] set; }
member this.CompletionHandler : Action<Foundation.NSString, bool> with get, set

속성 값

(이 노드에 대한 추가 설명서가 제공될 예정임)

이 값은 null일 수 있습니다.

특성

적용 대상