IUIPageViewControllerDataSource.GetPresentationCount 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.
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