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 [僅限傳統型應用程式] |