IUIActivityItemsConfigurationReading.GetActivityItemsConfigurationPreview Method
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.Export("activityItemsConfigurationPreviewForItemAtIndex:intent:suggestedSize:")]
[Foundation.OptionalMember]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual Foundation.NSItemProvider? GetActivityItemsConfigurationPreview(IntPtr index, Foundation.NSString activityItemsConfigurationPreviewIntent, CoreGraphics.CGSize suggestedSize);
[<Foundation.Export("activityItemsConfigurationPreviewForItemAtIndex:intent:suggestedSize:")>]
[<Foundation.OptionalMember>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member GetActivityItemsConfigurationPreview : nativeint * Foundation.NSString * CoreGraphics.CGSize -> Foundation.NSItemProvider
override this.GetActivityItemsConfigurationPreview : nativeint * Foundation.NSString * CoreGraphics.CGSize -> Foundation.NSItemProvider
Parameters
- index
-
IntPtr
nativeint
- activityItemsConfigurationPreviewIntent
- NSString
- suggestedSize
- CGSize
Returns
- Attributes