CabShellApplication<TWorkItem,TShell> Class
Definition
Important
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()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
- Derived
Constructors
| Name | Description |
|---|---|
| CabShellApplication<TWorkItem,TShell>() | |
Properties
| Name | Description |
|---|---|
| Configuration | (Inherited from CabApplication<TWorkItem>) |
| RootWorkItem | (Inherited from CabApplication<TWorkItem>) |
| Shell | |
| VisualizerType | (Inherited from CabApplication<TWorkItem>) |
Methods
| Name | Description |
|---|---|
| AddBuilderStrategies(Builder) | (Inherited from CabApplication<TWorkItem>) |
| AddServices() | (Inherited from CabApplication<TWorkItem>) |
| AfterShellCreated() | |
| BeforeShellCreated() | |
| CreateVisualizer() | (Inherited from CabApplication<TWorkItem>) |
| OnRootWorkItemInitialized() | |
| OnUnhandledException(Object, UnhandledExceptionEventArgs) | (Inherited from CabApplication<TWorkItem>) |
| Run() | (Inherited from CabApplication<TWorkItem>) |
| Start() | (Inherited from CabApplication<TWorkItem>) |