SwipeViewOpenRequest.Deconstruct(OpenSwipeItem, Boolean) 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.
public:
void Deconstruct([Runtime::InteropServices::Out] Microsoft::Maui::OpenSwipeItem % OpenSwipeItem, [Runtime::InteropServices::Out] bool % Animated);
public void Deconstruct (out Microsoft.Maui.OpenSwipeItem OpenSwipeItem, out bool Animated);
Public Sub Deconstruct (ByRef OpenSwipeItem As OpenSwipeItem, ByRef Animated As Boolean)
Parameters
- OpenSwipeItem
- OpenSwipeItem
- Animated
- Boolean
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.