FormShellApplication<TWorkItem,TShell> Class

Definition

generic <typename TWorkItem, typename TShell>
 where TWorkItem : WorkItemgcnew() where TShell : Formpublic ref class FormShellApplication abstract : Microsoft::Practices::CompositeUI::WinForms::WindowsFormsApplication<TWorkItem, TShell>
public abstract class FormShellApplication<TWorkItem,TShell> : Microsoft.Practices.CompositeUI.WinForms.WindowsFormsApplication<TWorkItem,TShell> where TWorkItem : WorkItemnew() where TShell : Form
type FormShellApplication<'WorkItem, 'Shell (requires 'WorkItem :> WorkItem and 'WorkItem : (new : unit -> 'WorkItem) and 'Shell :> Form)> = class
    inherit WindowsFormsApplication<'WorkItem, 'Shell (requires 'WorkItem :> WorkItem and 'WorkItem : (new : unit -> 'WorkItem) and 'Shell :> Form)>
Public MustInherit Class FormShellApplication(Of TWorkItem, TShell)
Inherits WindowsFormsApplication(Of TWorkItem, TShell)

Type Parameters

TWorkItem
TShell
Inheritance
Derived

Applies to