Share via


UIScrollViewAccessibilityDelegate_Extensions.GetAccessibilityAttributedScrollStatus Method

Definition

Gets an attributed string that represents the current relative progress through a document or collection of documents. (For example, "Volume 34 of 51.")

[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public static Foundation.NSAttributedString? GetAccessibilityAttributedScrollStatus(this UIKit.IUIScrollViewAccessibilityDelegate This, UIKit.UIScrollView scrollView);
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
static member GetAccessibilityAttributedScrollStatus : UIKit.IUIScrollViewAccessibilityDelegate * UIKit.UIScrollView -> Foundation.NSAttributedString

Parameters

scrollView
UIScrollView

The scrollview for which to get the attributed status.

Returns

Attributes

Applies to