UIScrollViewAccessibilityDelegate.GetAccessibilityAttributedScrollStatus 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 an attributed string that represents the current relative progress through a document or collection of documents. (For example, "Volume 34 of 51.")
[Foundation.Export("accessibilityAttributedScrollStatusForScrollView:")]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.TvOS, 11, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 11, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual Foundation.NSAttributedString GetAccessibilityAttributedScrollStatus (UIKit.UIScrollView scrollView);
abstract member GetAccessibilityAttributedScrollStatus : UIKit.UIScrollView -> Foundation.NSAttributedString
override this.GetAccessibilityAttributedScrollStatus : UIKit.UIScrollView -> Foundation.NSAttributedString
Parameters
- scrollView
- UIScrollView
The scrollview for which to get the attributed status.
Returns
- Attributes