NamedQueryType 复杂类型
未使用。 定义一个命名查询列表,这些查询可查询值的事件消息字符串,并在找到时执行指定的操作。
<xs:complexType name="NamedQueryType">
<xs:sequence
minOccurs="0"
>
<xs:element name="patternMaps"
type="PatternMapListType"
/>
<xs:any
processContents="lax"
maxOccurs="unbounded"
minOccurs="0"
namespace="##other"
/>
</xs:sequence>
<xs:anyAttribute
processContents="lax"
namespace="##other"
/>
</xs:complexType>
子元素
元素 | 类型 | 说明 |
---|---|---|
patternMaps | PatternMapListType | 定义用于更改消息字符串的正则表达式对的列表。 |
示例
以下示例演示如何使用 namedQueries 元素。 此示例采用消息字符串的内容并将其插入字符串 https://www.messagestring.com。 然后,它将消息字符串替换为结果。 例如,如果消息字符串包含 Microsoft,则查询会将 Microsoft 消息字符串 https://www.Microsoft.com替换为 。
<namedqueries>
<patternmap name="SearchStrings" format="winrxv1">
<map name="/${1}/" value="/http:\/\/www\.*\.com\/"/>
</patternmap>
</namedqueries>
要求
要求 | 值 |
---|---|
最低受支持的客户端 |
Windows Vista [仅限桌面应用] |
最低受支持的服务器 |
Windows Server 2008 [仅限桌面应用] |