NonHostedApplicationItem 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 a non-hosted application.
public ref class NonHostedApplicationItem
public class NonHostedApplicationItem
type NonHostedApplicationItem = class
Public Class NonHostedApplicationItem
- Inheritance
-
NonHostedApplicationItem
Constructors
NonHostedApplicationItem() |
Initializes a new instance of the NonHostedApplicationItem class. |
Properties
CommandLine |
Gets or sets the command line to invoke the non-hosted application. |
DisplayName |
Gets or sets the name of the non-hosted application. |
IsDefaultApplication |
Gets or sets a Boolean value that specifies whether an application is the default application. |
Methods
Launch() |
Invokes the command to launch the non-hosted application. |