UIActivityItemsConfiguration.PerItemMetadataProvider 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 'UIActivityItemsConfigurationMetadataKey' constants in the function handler.")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual UIKit.UIActivityItemsConfigurationPerItemMetadataProviderHandler? PerItemMetadataProvider { [Foundation.Export("perItemMetadataProvider", ObjCRuntime.ArgumentSemantic.Strong)] get; [Foundation.Export("setPerItemMetadataProvider:", ObjCRuntime.ArgumentSemantic.Strong)] set; }
[<Foundation.Advice("Uses 'UIActivityItemsConfigurationMetadataKey' constants in the function handler.")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
[<get: Foundation.Export("perItemMetadataProvider", ObjCRuntime.ArgumentSemantic.Strong)>]
[<set: Foundation.Export("setPerItemMetadataProvider:", ObjCRuntime.ArgumentSemantic.Strong)>]
member this.PerItemMetadataProvider : UIKit.UIActivityItemsConfigurationPerItemMetadataProviderHandler with get, set
Property Value
- Attributes