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>
子要素
要素 |
Type |
説明 |
本文 |
nonEmptyString |
メッセージ ボックスの本文に表示するテキストを指定します。
|
タイトル |
nonEmptyString |
メッセージ ボックスのタイトルを指定します。
|
要件
要件 |
値 |
サポートされている最小のクライアント
|
Windows Vista [デスクトップ アプリのみ]
|
サポートされている最小のサーバー
|
Windows Server 2008 [デスクトップ アプリのみ]
|