Compartir a través de


WindowsApplication<TWorkItem,TShell> Class

Definition

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

Type Parameters

TWorkItem
TShell
Inheritance
Derived

Constructors

WindowsApplication<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)
AddServices()
AfterShellCreated()
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() (Inherited from CabApplication<TWorkItem>)

Applies to