Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
generic <typename TWorkItem, typename TShell>
where TWorkItem : WorkItemgcnew() where TShell : ApplicationContextpublic ref class ApplicationContextApplication abstract : Microsoft::Practices::CompositeUI::WinForms::WindowsFormsApplication<TWorkItem, TShell>
public abstract class ApplicationContextApplication<TWorkItem,TShell> : Microsoft.Practices.CompositeUI.WinForms.WindowsFormsApplication<TWorkItem,TShell> where TWorkItem : WorkItemnew() where TShell : ApplicationContext
type ApplicationContextApplication<'WorkItem, 'Shell (requires 'WorkItem :> WorkItem and 'WorkItem : (new : unit -> 'WorkItem) and 'Shell :> ApplicationContext)> = class
inherit WindowsFormsApplication<'WorkItem, 'Shell (requires 'WorkItem :> WorkItem and 'WorkItem : (new : unit -> 'WorkItem) and 'Shell :> ApplicationContext)>
Public MustInherit Class ApplicationContextApplication(Of TWorkItem, TShell)
Inherits WindowsFormsApplication(Of TWorkItem, TShell)