Share via


IUIPageViewControllerDataSource.GetPresentationCount Method

Definition

The number of pages to be shown in the page indicator.

[Foundation.Export("presentationCountForPageViewController:")]
[Foundation.OptionalMember]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual IntPtr GetPresentationCount(UIKit.UIPageViewController pageViewController);
[<Foundation.Export("presentationCountForPageViewController:")>]
[<Foundation.OptionalMember>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member GetPresentationCount : UIKit.UIPageViewController -> nativeint
override this.GetPresentationCount : UIKit.UIPageViewController -> nativeint

Parameters

pageViewController
UIPageViewController

Returns

IntPtr

nativeint

Attributes

Applies to