次の方法で共有


ApplicationContextApplication<TWorkItem,TShell> Class

Definition

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)

Type Parameters

TWorkItem
TShell
Inheritance

Constructors

ApplicationContextApplication<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 WindowsFormsApplication<TWorkItem,TShell>)
AddServices() (Inherited from WindowsFormsApplication<TWorkItem,TShell>)
AfterShellCreated() (Inherited from WindowsFormsApplication<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