예제 #1
0
 public static void SetIsAccessibilityElement(this WKInterfaceObject This, bool isAccessibilityElement)
 {
     throw new PlatformNotSupportedException("The WatchKit framework has been removed from iOS");
 }
예제 #2
0
 public static void SetAccessibilityTraits(this WKInterfaceObject This, global::UIKit.UIAccessibilityTrait accessibilityTraits)
 {
     throw new PlatformNotSupportedException("The WatchKit framework has been removed from iOS");
 }
예제 #3
0
 public static void SetAccessibilityValue(this WKInterfaceObject This, string accessibilityValue)
 {
     throw new PlatformNotSupportedException("The WatchKit framework has been removed from iOS");
 }
예제 #4
0
 public static void SetAccessibilityImageRegions(this WKInterfaceObject This, WKAccessibilityImageRegion[] accessibilityImageRegions)
 {
     throw new PlatformNotSupportedException("The WatchKit framework has been removed from iOS");
 }
예제 #5
0
 public static void SetIsAccessibilityElement(this WKInterfaceObject This, bool isAccessibilityElement)
 {
     throw new PlatformNotSupportedException(Constants.WatchKitRemoved);
 }
예제 #6
0
 public static void SetAccessibilityValue(this WKInterfaceObject This, string accessibilityValue)
 {
     throw new PlatformNotSupportedException(Constants.WatchKitRemoved);
 }
예제 #7
0
 public static void SetAccessibilityTraits(this WKInterfaceObject This, global::UIKit.UIAccessibilityTrait accessibilityTraits)
 {
     throw new PlatformNotSupportedException(Constants.WatchKitRemoved);
 }
예제 #8
0
 public static void SetAccessibilityImageRegions(this WKInterfaceObject This, WKAccessibilityImageRegion[] accessibilityImageRegions)
 {
     throw new PlatformNotSupportedException(Constants.WatchKitRemoved);
 }