UIActivityItemsConfiguration.PreviewProvider Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
[Foundation.Advice("Uses 'UIActivityItemsConfigurationPreviewIntent' enum constants in the function handler.")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual UIKit.UIActivityItemsConfigurationPreviewProviderHandler? PreviewProvider { [Foundation.Export("previewProvider", ObjCRuntime.ArgumentSemantic.Strong)] get; [Foundation.Export("setPreviewProvider:", ObjCRuntime.ArgumentSemantic.Strong)] set; }
[<Foundation.Advice("Uses 'UIActivityItemsConfigurationPreviewIntent' enum constants in the function handler.")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
[<get: Foundation.Export("previewProvider", ObjCRuntime.ArgumentSemantic.Strong)>]
[<set: Foundation.Export("setPreviewProvider:", ObjCRuntime.ArgumentSemantic.Strong)>]
member this.PreviewProvider : UIKit.UIActivityItemsConfigurationPreviewProviderHandler with get, set
Property Value
- Attributes