showMessageType 複雜類型
定義表示顯示訊息方塊之動作的專案。
<xs:complexType name="showMessageType">
<xs:complexContent>
<xs:extension
base="actionBaseType"
>
<xs:all>
<xs:element name="Title"
type="nonEmptyString"
/>
<xs:element name="Body"
type="nonEmptyString"
/>
</xs:all>
</xs:extension>
</xs:complexContent>
</xs:complexType>
子元素
元素 | 類型 | Description |
---|---|---|
本文 | nonEmptyString | 指定要顯示在訊息方塊本文中的文字。 |
標題 | nonEmptyString | 指定訊息方塊的標題。 |
規格需求
需求 | 值 |
---|---|
最低支援的用戶端 |
Windows Vista [僅限傳統型應用程式] |
最低支援的伺服器 |
Windows Server 2008 [僅限傳統型應用程式] |