WKAccessibility.SetAccessibilityLabel(WKInterfaceObject, String) Method

Definition

[Foundation.Export("setAccessibilityLabel:")]
public static void SetAccessibilityLabel (this WatchKit.WKInterfaceObject This, string accessibilityLabel);
static member SetAccessibilityLabel : WatchKit.WKInterfaceObject * string -> unit

Parameters

This
WKInterfaceObject

The instance on which this method operates.

accessibilityLabel
String

To be added.

This parameter can be null.

Attributes

Applies to