Share via


MauiHotReloadHelper.RegisterReplacedView(String, Type) Method

Definition

public:
 static void RegisterReplacedView(System::String ^ oldViewType, Type ^ newViewType);
public static void RegisterReplacedView (string oldViewType, Type newViewType);
static member RegisterReplacedView : string * Type -> unit
Public Shared Sub RegisterReplacedView (oldViewType As String, newViewType As Type)

Parameters

oldViewType
String
newViewType
Type

Applies to