Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Defines an interaction used to launch a related UI application that is external to the MSDT wizard.
<xs:complexType name="LaunchUIInteraction">
<xs:sequence>
<xs:element name="Parameters"
type="dcmPS:Parameters"
minOccurs="0"
maxOccurs="1"
>
<xs:unique name="No_cmdline_parameters_may_have_the_same_name">
<xs:selector
xpath="Parameter"
/>
<xs:field
xpath="Name"
/>
</xs:unique>
</xs:element>
<xs:element name="CommandLine"
type="xs:string"
minOccurs="1"
maxOccurs="1"
/>
<xs:element name="ID"
type="dcmPS:ID"
minOccurs="1"
maxOccurs="1"
/>
<xs:element name="DisplayInformation"
type="dcmPS:DisplayInformation"
minOccurs="1"
maxOccurs="1"
/>
<xs:element name="ContextParameters"
type="dcmPS:Parameters"
minOccurs="1"
maxOccurs="1"
/>
<xs:element name="ExtensionPoint"
type="dcmPS:ExtensionPoint"
minOccurs="1"
maxOccurs="1"
/>
</xs:sequence>
</xs:complexType>
Child elements
Element | Type | Description | ||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
CommandLine | xs:string | The command line used to launch the Windows application. The application will appear in the foreground. The command line can include substitution strings. |
||||||||||||||
ContextParameters | [dcmPS:Parameters](package-parameters-complextype.md) | Some extension points can contain substitution strings (for example, %param%). Each substitution string in the extension point is replaced with the value of the same named parameter specified in this list. |
||||||||||||||
DisplayInformation | [dcmPS:DisplayInformation](package-displayinformation-complextype.md) | The name and description of this interaction. The name is used as a prompt and describes the task that the application performs. |
||||||||||||||
ExtensionPoint | [dcmPS:ExtensionPoint](package-extensionpoint-complextype.md) | An extension point that extends this interaction. Each extension is a child element of ExtensionPoint. The extension points are MSDT specific and are not supported by the command-line client using the [Invoke-TroubleshootingPack](invoke-troubleshootingpack-cmdlet.md) cmdlet. You can specify one or more of the following extensions (but only one of each).
|
||||||||||||||
ID | [dcmPS:ID](package-id-simpletype.md) | An identifier that identifies this interaction. |
||||||||||||||
Parameters | [dcmPS:Parameters](package-parameters-complextype.md) | Specifies the substitution strings that you can use in your command line. |
Requirements
Minimum supported client |
Windows 7 [desktop apps only] |
Minimum supported server |
Windows Server 2008 R2 [desktop apps only] |