PatternMapValueType 複合型
- [アーティクル]
-
-
使用されていません。 メッセージ文字列内の一致する文字列を検索して変更するために使用する正規表現を定義します。
<xs:complexType name="PatternMapValueType">
<xs:simpleContent>
<xs:extension
base="string"
>
<xs:attribute name="name"
type="string"
use="required"
/>
<xs:attribute name="value"
type="string"
use="required"
/>
</xs:extension>
</xs:simpleContent>
</xs:complexType>
属性
名前 |
型 |
説明 |
name |
string |
メッセージ文字列内の一致する文字列を検索するために使用される正規表現。
|
value |
string |
メッセージ文字列で見つかった一致する文字列を変更するために使用される正規表現。
|
要件
要件 |
値 |
サポートされている最小のクライアント
|
Windows Vista [デスクトップ アプリのみ]
|
サポートされている最小のサーバー
|
Windows Server 2008 [デスクトップ アプリのみ]
|