Compartir a través de


WindowShellApplication<TWorkItem,TShell> Class

Definition

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)

Type Parameters

TWorkItem
TShell
Inheritance
Derived

Constructors

WindowShellApplication<TWorkItem,TShell>()

Properties

Configuration (Inherited from CabApplication<TWorkItem>)
RootWorkItem (Inherited from CabApplication<TWorkItem>)
Shell (Inherited from CabShellApplication<TWorkItem,TShell>)
VisualizerType (Inherited from CabApplication<TWorkItem>)

Methods

AddBuilderStrategies(Builder) (Inherited from WindowsApplication<TWorkItem,TShell>)
AddServices() (Inherited from WindowsApplication<TWorkItem,TShell>)
AfterShellCreated() (Inherited from WindowsApplication<TWorkItem,TShell>)
BeforeShellCreated() (Inherited from CabShellApplication<TWorkItem,TShell>)
CreateVisualizer() (Inherited from CabApplication<TWorkItem>)
OnRootWorkItemInitialized() (Inherited from CabShellApplication<TWorkItem,TShell>)
OnUnhandledException(Object, UnhandledExceptionEventArgs) (Inherited from CabApplication<TWorkItem>)
Run() (Inherited from CabApplication<TWorkItem>)
Start()

Applies to