Edit

desktop:ParameterGroup

Represents a group of command-line parameters for a full-trust process.

Element hierarchy

<Package>
   └─ <Applications>
      └─ <Application>
         └─ <Extensions>
            └─ <desktop:Extension>
               └─ <desktop:FullTrustProcess>
                  └─ <desktop:ParameterGroup>

Syntax

<desktop:ParameterGroup
  GroupId = 'A required string value.'
  Parameters = 'A required string value.' />

Attributes

Attribute Description Data type Required Default value
GroupId The name for a group of one or more related command-line parameters. You can pass this group ID to the LaunchFullTrustProcessForAppAsync or LaunchFullTrustProcessForCurrentAppAsync method. A string value. Yes
Parameters The command line parameters to associate with the GroupId value. A string value. Yes

Child elements

None.

Parent elements

Parent element Description
desktop:FullTrustProcess Represents a desktop process that runs in full-trust.

Requirements

Item Value
Namespace http://schemas.microsoft.com/appx/manifest/desktop/windows10
Minimum OS Version Windows 10 version 1607 (Build 14393)

Remarks

For more details, see LaunchFullTrustProcessForAppAsync and LaunchFullTrustProcessForCurrentAppAsync.

Examples