Table of Contents

Method CreateDialogWindow

Namespace
Innova.Prism.Library.Services
Assembly
Innova.Prism.Library.dll

CreateDialogWindow(string)

Create a new Prism.Services.Dialogs.IDialogWindow.

protected override IDialogWindow CreateDialogWindow(string name)

Parameters

name string

The name of the hosting window registered with the IContainerRegistry.

Returns

IDialogWindow

The created Prism.Services.Dialogs.IDialogWindow.