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 | 字串 | 用來在訊息字串中尋找相符字串的正則運算式。 |
value | 字串 | 正則運算式,用來改變訊息字串中找到的相符字串。 |
規格需求
需求 | 值 |
---|---|
最低支援的用戶端 |
Windows Vista [僅限傳統型應用程式] |
最低支援的伺服器 |
Windows Server 2008 [僅限傳統型應用程式] |