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 string with a value between 1 and 32767 characters in length with a non-whitespace character at its beginning and end.'
  Parameters = 'A string with a value between 1 and 32767 characters in length with a non-whitespace character at its beginning and end.' >

Attributes and elements

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 with a value between 1 and 32767 characters in length with a non-whitespace character at its beginning and end. Yes
Parameters The command line parameters to associate with the GroupId value. A string with a value between 1 and 32767 characters in length with a non-whitespace character at its beginning and end. Yes

Child elements

None

Parent elements

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

Remarks

For more details, see LaunchFullTrustProcessForAppAsync and LaunchFullTrustProcessForCurrentAppAsync.

Requirements

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