desktop10:CustomEventSource
说明
定义自定义事件日志中的事件源。
元素层次结构
<desktop10:CustomDesktopEventLog>
<desktop10:CustomEventSource>
语法
<desktop10:CustomEventSource
EventSourceName = 'A string with a value between 1 and 32767 characters in length that cannot start or end with a whitespace character. May contain whitespace characters in between the first and last values.'
CategoryCount = 'An optional unsigned integer value. A number between -2147483648 and 2147483647.'
CategoryMessageFile = 'A string with a value between 1 and 256 characters in length and cannot contain these characters: <, >, :, ", |, ?, or *.'
>
<!-- Child Elements -->
desktop10:CustomEventSource
desktop10:TypesSupported
</desktop10:CustomEventSource>
特性和元素
属性
属性 | 说明 | 数据类型 | 必须 | 默认值 |
---|---|---|---|---|
EventSourceName | 自定义事件源的名称。 用作注册表项名称。 | 值长度介于 1 到 32767 个字符之间的字符串,不能以空格字符开头或结尾。 可以在第一个值和最后一个值之间包含空格字符。 | 是 | |
CategoryCount | 支持的事件类别数。 | 可选的无符号整数值。 -2147483648 和 2147483647 之间的数字。 | 否 | |
CategoryMessageFile | 类别消息文件的路径。 类别消息文件包含描述类别的语言相关字符串。 | 值长度介于 1 到 256 个字符之间的字符串,不能包含以下字符:< 、、: > 、" 、| ? 、 或 * 。 |
否 |
子元素
子元素 | 描述 |
---|---|
desktop10:EventMessageFiles | 定义 1 个或多个 DLL 文件,其中包含描述事件的语言字符串。 |
desktop10:TypesSupported | 定义事件源支持的 1 个或多个事件日志类型。 |
父元素
父元素 | 描述 |
---|---|
desktop10:CustomDesktopEventLog | 声明应用的扩展点。 |
注解
有关自定义事件源的详细信息,请参阅 事件源。
要求
项 | 值 |
---|---|
desktop10 | http://schemas.microsoft.com/appx/manifest/desktop/windows10/10 |
Minimum OS Version | Windows 11版本 22H2 (内部版本 22621) |