Share via


CabShellApplication<TWorkItem,TShell> Class

Definition

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

Type Parameters

TWorkItem
TShell
Inheritance
CabShellApplication<TWorkItem,TShell>
Derived

Applies to