IDesktopFeatureAccess Interface
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.
Contains information to access the desktop features.
public interface class IDesktopFeatureAccess
public interface IDesktopFeatureAccess
type IDesktopFeatureAccess = interface
Public Interface IDesktopFeatureAccess
Methods
AddPanel(IPanel) |
Adds a panel to the desktop. |
CreateDynamicApplication(ApplicationRecord) |
Creates a dynamic application. |
GetPanel(String) |
Gets the desktop panel. |
GetPanelFromAppId(Guid) | |
GetVisableApplicationOnPanel(String, String) |
Gets visible application on panel. |
MoveApplicationToPanel(IHostedApplication, String) |
Moves the application to a panel. |
PropogateResources() |
Propagates the resources. |
RemovePanel(IPanel) |
Removes a panel from the desktop. |
SendApplicationToUnknownPanel(IPanel, IHostedApplication) |
Sends the application to an unknown panel. |
Events
AfterAddSessionEvent |
Raised after a session is added. |
AfterInitializeOfCoreInterfacesEvent |
Raised after the initialization of core interfaces. |
AfterSessionCloseEventEvent |
Raised after a session closes. |
AfterSessionCreatedEvent |
Raised after a session is created. |
AfterSessionHideEventEvent |
Raised after a session is hidden. |
AfterSessionShowEventEvent |
Raised after a session is shown. |
AfterWorkflowStartedEventEvent |
Raised after a workflow is started. |
AfterWorkflowStatusChangeEvent |
Raised after the workflow status changes. |