Share via


MenuFlyoutSubItemHandlerUpdate.Deconstruct(Int32, IMenuElement) Method

Definition

public:
 void Deconstruct([Runtime::InteropServices::Out] int % Index, [Runtime::InteropServices::Out] Microsoft::Maui::IMenuElement ^ % MenuElement);
public void Deconstruct (out int Index, out Microsoft.Maui.IMenuElement MenuElement);
Public Sub Deconstruct (ByRef Index As Integer, ByRef MenuElement As IMenuElement)

Parameters

Index
Int32
MenuElement
IMenuElement

Applies to