次の方法で共有


messageTable (EventsType) 要素

マニフェストのローカライズ セクション内の文字列への参照を格納します。

<xs:element name="messageTable">
    <xs:complexType>
        <xs:sequence>
            <xs:element name="message"
                minOccurs="0"
                maxOccurs="unbounded"
            >
                <xs:complexType>
                    <xs:attribute name="value"
                        type="string"
                        use="required"
                     />
                    <xs:attribute name="mid"
                        type="string"
                        use="optional"
                     />
                    <xs:attribute name="message"
                        type="string"
                        use="required"
                     />
                    <xs:attribute name="symbol"
                        type="string"
                        use="optional"
                     />
                </xs:complexType>
            </xs:element>
        </xs:sequence>
    </xs:complexType>
</xs:element>

messageTable 要素は、EventsType 複合型によって定義されます。

子要素

要素 Type Description
メッセージ マニフェストのローカライズ セクションで文字列への参照を指定します。

属性

名前 Description
message string 文字列テーブル内のローカライズされた文字列への参照。
mid string 使用されていません。
記号 string このメッセージ文字列に対してメッセージ コンパイラが作成するシンボリック名。
value string このメッセージのメッセージ識別子として使用する番号。

要件

要件
サポートされている最小のクライアント
Windows Vista [デスクトップ アプリのみ]
サポートされている最小のサーバー
Windows Server 2008 [デスクトップ アプリのみ]

関連項目

親要素

events (InstrumentationType) 要素