ApplicationHostWorkItem 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.
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
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
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) |