UICollectionView.GetVisibleSupplementaryViews(NSString) 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.
Retrieves the array of visible header or footer supplementary views.
[Foundation.Export("visibleSupplementaryViewsOfKind:")]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 9, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual UIKit.UICollectionReusableView[] GetVisibleSupplementaryViews (Foundation.NSString elementKind);
abstract member GetVisibleSupplementaryViews : Foundation.NSString -> UIKit.UICollectionReusableView[]
override this.GetVisibleSupplementaryViews : Foundation.NSString -> UIKit.UICollectionReusableView[]
Parameters
- elementKind
- NSString
A value in UICollectionElementKindSectionKey
Returns
- Attributes