IElementHandler.SetVirtualView(IElement) Method

Definition

Sets the cross-platform virtual view associated with the handler.

public:
 void SetVirtualView(Microsoft::Maui::IElement ^ view);
public void SetVirtualView (Microsoft.Maui.IElement view);
abstract member SetVirtualView : Microsoft.Maui.IElement -> unit
Public Sub SetVirtualView (view As IElement)

Parameters

view
IElement

The element to handle.

Applies to