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 : Windowgcnew()public ref class WindowShellApplication abstract : Microsoft::Practices::CompositeUI::Windows::WindowsApplication<TWorkItem, TShell>
public abstract class WindowShellApplication<TWorkItem,TShell> : Microsoft.Practices.CompositeUI.Windows.WindowsApplication<TWorkItem,TShell> where TWorkItem : WorkItemnew() where TShell : Windownew()
type WindowShellApplication<'WorkItem, 'Shell (requires 'WorkItem :> WorkItem and 'WorkItem : (new : unit -> 'WorkItem) and 'Shell :> Window and 'Shell : (new : unit -> 'Shell))> = class
inherit WindowsApplication<'WorkItem, 'Shell (requires 'WorkItem :> WorkItem and 'WorkItem : (new : unit -> 'WorkItem) and 'Shell :> Window and 'Shell : (new : unit -> 'Shell))>
Public MustInherit Class WindowShellApplication(Of TWorkItem, TShell)
Inherits WindowsApplication(Of TWorkItem, TShell)