IUIActivityItemsConfigurationReading Interface

Definition

This interface represents the Objective-C protocol UIActivityItemsConfigurationReading.

[Foundation.Protocol(Name="UIActivityItemsConfigurationReading", WrapperType=typeof(UIKit.UIActivityItemsConfigurationReadingWrapper))]
[Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="GetActivityItemsConfigurationSupportsInteraction", ParameterByRef=new System.Boolean[] { false }, ParameterType=new System.Type[] { typeof(Foundation.NSString) }, ReturnType=typeof(System.Boolean), Selector="activityItemsConfigurationSupportsInteraction:")]
[Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="GetActivityItemsConfigurationMetadata", ParameterByRef=new System.Boolean[] { false }, ParameterType=new System.Type[] { typeof(Foundation.NSString) }, ReturnType=typeof(Foundation.NSObject), Selector="activityItemsConfigurationMetadataForKey:")]
[Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="GetActivityItemsConfigurationMetadata", ParameterByRef=new System.Boolean[] { false, false }, ParameterType=new System.Type[] { typeof(System.IntPtr), typeof(Foundation.NSString) }, ReturnType=typeof(Foundation.NSObject), Selector="activityItemsConfigurationMetadataForItemAtIndex:key:")]
[Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="GetActivityItemsConfigurationPreview", ParameterByRef=new System.Boolean[] { false, false, false }, ParameterType=new System.Type[] { typeof(System.IntPtr), typeof(Foundation.NSString), typeof(CoreGraphics.CGSize) }, ReturnType=typeof(Foundation.NSItemProvider), Selector="activityItemsConfigurationPreviewForItemAtIndex:intent:suggestedSize:")]
[Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="GetApplicationActivitiesForActivityItemsConfiguration", ReturnType=typeof(UIKit.UIActivity[]), Selector="applicationActivitiesForActivityItemsConfiguration")]
[Foundation.ProtocolMember(ArgumentSemantic=ObjCRuntime.ArgumentSemantic.Copy, GetterSelector="itemProvidersForActivityItemsConfiguration", IsProperty=true, IsRequired=true, IsStatic=false, Name="ItemProvidersForActivityItemsConfiguration", PropertyType=typeof(Foundation.NSItemProvider[]), Selector="itemProvidersForActivityItemsConfiguration")]
public interface IUIActivityItemsConfigurationReading : IDisposable, ObjCRuntime.INativeObject
[<Foundation.Protocol(Name="UIActivityItemsConfigurationReading", WrapperType=typeof(UIKit.UIActivityItemsConfigurationReadingWrapper))>]
[<Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="GetActivityItemsConfigurationSupportsInteraction", ParameterByRef=new System.Boolean[] { false }, ParameterType=new System.Type[] { typeof(Foundation.NSString) }, ReturnType=typeof(System.Boolean), Selector="activityItemsConfigurationSupportsInteraction:")>]
[<Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="GetActivityItemsConfigurationMetadata", ParameterByRef=new System.Boolean[] { false }, ParameterType=new System.Type[] { typeof(Foundation.NSString) }, ReturnType=typeof(Foundation.NSObject), Selector="activityItemsConfigurationMetadataForKey:")>]
[<Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="GetActivityItemsConfigurationMetadata", ParameterByRef=new System.Boolean[] { false, false }, ParameterType=new System.Type[] { typeof(System.IntPtr), typeof(Foundation.NSString) }, ReturnType=typeof(Foundation.NSObject), Selector="activityItemsConfigurationMetadataForItemAtIndex:key:")>]
[<Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="GetActivityItemsConfigurationPreview", ParameterByRef=new System.Boolean[] { false, false, false }, ParameterType=new System.Type[] { typeof(System.IntPtr), typeof(Foundation.NSString), typeof(CoreGraphics.CGSize) }, ReturnType=typeof(Foundation.NSItemProvider), Selector="activityItemsConfigurationPreviewForItemAtIndex:intent:suggestedSize:")>]
[<Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="GetApplicationActivitiesForActivityItemsConfiguration", ReturnType=typeof(UIKit.UIActivity[]), Selector="applicationActivitiesForActivityItemsConfiguration")>]
[<Foundation.ProtocolMember(ArgumentSemantic=ObjCRuntime.ArgumentSemantic.Copy, GetterSelector="itemProvidersForActivityItemsConfiguration", IsProperty=true, IsRequired=true, IsStatic=false, Name="ItemProvidersForActivityItemsConfiguration", PropertyType=typeof(Foundation.NSItemProvider[]), Selector="itemProvidersForActivityItemsConfiguration")>]
type IUIActivityItemsConfigurationReading = interface
    interface INativeObject
    interface IDisposable
Derived
Attributes
Implements

Remarks

A class that implements this interface (and subclasses NSObject) will be exported to Objective-C as implementing the Objective-C protocol this interface represents.

A class may also implement members from this interface to implement members from the protocol.

Applies to