diff --git a/src/uikit.cs b/src/uikit.cs index 22708e66ba3..cfdd1ee948d 100644 --- a/src/uikit.cs +++ b/src/uikit.cs @@ -12733,6 +12733,9 @@ UIScreenMode CurrentMode { [NullAllowed, Export ("focusedItem", ArgumentSemantic.Weak)] IUIFocusItem FocusedItem { get; } + [Deprecated (PlatformName.iOS, 17, 2, message: "Use 'UITraitCollection.SceneCaptureState' property instead.")] + [Deprecated (PlatformName.TvOS, 17, 2, message: "Use 'UITraitCollection.SceneCaptureState' property instead.")] + [Deprecated (PlatformName.MacCatalyst, 17, 2, message: "Use 'UITraitCollection.SceneCaptureState' property instead.")] [MacCatalyst (13, 1)] [Export ("captured")] bool Captured { [Bind ("isCaptured")] get; } diff --git a/tests/xtro-sharpie/api-annotations-dotnet/iOS-UIKit.todo b/tests/xtro-sharpie/api-annotations-dotnet/iOS-UIKit.todo deleted file mode 100644 index 3087d903802..00000000000 --- a/tests/xtro-sharpie/api-annotations-dotnet/iOS-UIKit.todo +++ /dev/null @@ -1 +0,0 @@ -!deprecated-attribute-missing! UIScreen::isCaptured missing a [Deprecated] attribute diff --git a/tests/xtro-sharpie/api-annotations-dotnet/tvOS-UIKit.todo b/tests/xtro-sharpie/api-annotations-dotnet/tvOS-UIKit.todo deleted file mode 100644 index 3087d903802..00000000000 --- a/tests/xtro-sharpie/api-annotations-dotnet/tvOS-UIKit.todo +++ /dev/null @@ -1 +0,0 @@ -!deprecated-attribute-missing! UIScreen::isCaptured missing a [Deprecated] attribute diff --git a/tests/xtro-sharpie/iOS-UIKit.todo b/tests/xtro-sharpie/iOS-UIKit.todo deleted file mode 100644 index 3087d903802..00000000000 --- a/tests/xtro-sharpie/iOS-UIKit.todo +++ /dev/null @@ -1 +0,0 @@ -!deprecated-attribute-missing! UIScreen::isCaptured missing a [Deprecated] attribute diff --git a/tests/xtro-sharpie/tvOS-UIKit.todo b/tests/xtro-sharpie/tvOS-UIKit.todo deleted file mode 100644 index 3087d903802..00000000000 --- a/tests/xtro-sharpie/tvOS-UIKit.todo +++ /dev/null @@ -1 +0,0 @@ -!deprecated-attribute-missing! UIScreen::isCaptured missing a [Deprecated] attribute