UICollectionViewController.GetSceneActivationConfigurationForItem 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("collectionView:sceneActivationConfigurationForItemAtIndexPath:point:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual UIKit.UIWindowSceneActivationConfiguration? GetSceneActivationConfigurationForItem(UIKit.UICollectionView collectionView, Foundation.NSIndexPath indexPath, CoreGraphics.CGPoint point);
[<Foundation.Export("collectionView:sceneActivationConfigurationForItemAtIndexPath:point:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member GetSceneActivationConfigurationForItem : UIKit.UICollectionView * Foundation.NSIndexPath * CoreGraphics.CGPoint -> UIKit.UIWindowSceneActivationConfiguration
override this.GetSceneActivationConfigurationForItem : UIKit.UICollectionView * Foundation.NSIndexPath * CoreGraphics.CGPoint -> UIKit.UIWindowSceneActivationConfiguration
Parameters
- collectionView
- UICollectionView
- indexPath
- NSIndexPath
- point
- CGPoint
Returns
Implements
- Attributes