NSCollectionView.GetLayoutAttributes 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.
Overloads
GetLayoutAttributes(NSIndexPath) | |
GetLayoutAttributes(String, NSIndexPath) |
GetLayoutAttributes(NSIndexPath)
[Foundation.Export("layoutAttributesForItemAtIndexPath:")]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.MacOSX, 10, 11, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual AppKit.NSCollectionViewLayoutAttributes GetLayoutAttributes (Foundation.NSIndexPath indexPath);
abstract member GetLayoutAttributes : Foundation.NSIndexPath -> AppKit.NSCollectionViewLayoutAttributes
override this.GetLayoutAttributes : Foundation.NSIndexPath -> AppKit.NSCollectionViewLayoutAttributes
Parameters
- indexPath
- NSIndexPath
Returns
- Attributes
Applies to
GetLayoutAttributes(String, NSIndexPath)
[Foundation.Export("layoutAttributesForSupplementaryElementOfKind:atIndexPath:")]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.MacOSX, 10, 11, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual AppKit.NSCollectionViewLayoutAttributes GetLayoutAttributes (string kind, Foundation.NSIndexPath indexPath);
abstract member GetLayoutAttributes : string * Foundation.NSIndexPath -> AppKit.NSCollectionViewLayoutAttributes
override this.GetLayoutAttributes : string * Foundation.NSIndexPath -> AppKit.NSCollectionViewLayoutAttributes
Parameters
- kind
- String
- indexPath
- NSIndexPath
Returns
- Attributes