UIScrollViewAccessibilityDelegate_Extensions.GetAccessibilityScrollStatus 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.
Gets a string that represents the current relative progress through a document or collection of documents. (For example, "Volume 34 of 51.")
public static string GetAccessibilityScrollStatus (this UIKit.IUIScrollViewAccessibilityDelegate This, UIKit.UIScrollView scrollView);
static member GetAccessibilityScrollStatus : UIKit.IUIScrollViewAccessibilityDelegate * UIKit.UIScrollView -> string
Parameters
The instance on which this extension method operates.
- scrollView
- UIScrollView