ApplicationHostWorkItem Class

Definition

Represents the ApplicationHost workitem which is linked to a session.

public ref class ApplicationHostWorkItem : Microsoft::Practices::CompositeUI::WorkItem
public class ApplicationHostWorkItem : Microsoft.Practices.CompositeUI.WorkItem
type ApplicationHostWorkItem = class
    inherit WorkItem
Public Class ApplicationHostWorkItem
Inherits WorkItem
Inheritance
ApplicationHostWorkItem

Constructors

ApplicationHostWorkItem()

Initializes a new instance of the ApplicationHostWorkItem class.

Properties

ActiveSessionWorkItemID

Gets or sets the ID of the work item whose session is the current active session.

Commands (Inherited from WorkItem)
EventTopics (Inherited from WorkItem)
ID (Inherited from WorkItem)
InnerBuilder (Inherited from WorkItem)
InnerLocator (Inherited from WorkItem)
IsGlobalWorkItem

Gets or sets a Boolean value that specifies whether the work item is associated with an application host that is associated with a global session.

Items (Inherited from WorkItem)
Parent (Inherited from WorkItem)
RootWorkItem (Inherited from WorkItem)
Services (Inherited from WorkItem)
SmartParts (Inherited from WorkItem)
State (Inherited from WorkItem)
Status (Inherited from WorkItem)
TraceSource (Inherited from WorkItem)
UIExtensionSites (Inherited from WorkItem)
WorkItems (Inherited from WorkItem)
Workspaces (Inherited from WorkItem)

Methods

Activate() (Inherited from WorkItem)
BuildUp() (Inherited from WorkItem)
CreateCommand(Type, String) (Inherited from WorkItem)
CreateEventTopic(Type, String) (Inherited from WorkItem)
Deactivate() (Inherited from WorkItem)
DeleteState() (Inherited from WorkItem)
Dispose() (Inherited from WorkItem)
Dispose(Boolean) (Inherited from WorkItem)
FinishInitialization() (Inherited from WorkItem)
GetSmartPartInfo<TSmartPartInfo>(Object) (Inherited from WorkItem)
InitializeRootWorkItem(Builder) (Inherited from WorkItem)
InitializeServices() (Inherited from WorkItem)
InitializeWorkItem() (Inherited from WorkItem)
Load() (Inherited from WorkItem)
OnActivated() (Inherited from WorkItem)
OnActivating(CancelEventArgs) (Inherited from WorkItem)
OnBuiltUp(String) (Inherited from WorkItem)
OnDeactivated() (Inherited from WorkItem)
OnDeactivating(CancelEventArgs) (Inherited from WorkItem)
OnDisposed() (Inherited from WorkItem)
OnIdChanged() (Inherited from WorkItem)
OnInitialized() (Inherited from WorkItem)
OnObjectAdded(Object) (Inherited from WorkItem)
OnObjectRemoved(Object) (Inherited from WorkItem)
OnRunStarted() (Inherited from WorkItem)
OnTearingDown() (Inherited from WorkItem)
OnTerminated() (Inherited from WorkItem)
OnTerminating() (Inherited from WorkItem)
RegisterSmartPartInfo(Object, ISmartPartInfo) (Inherited from WorkItem)
Run() (Inherited from WorkItem)
Save() (Inherited from WorkItem)
Terminate() (Inherited from WorkItem)

Events

Activated (Inherited from WorkItem)
Activating (Inherited from WorkItem)
Deactivated (Inherited from WorkItem)
Deactivating (Inherited from WorkItem)
Disposed (Inherited from WorkItem)
IdChanged (Inherited from WorkItem)
Initialized (Inherited from WorkItem)
RunStarted (Inherited from WorkItem)
Terminated (Inherited from WorkItem)
Terminating (Inherited from WorkItem)

Applies to