LogObjectHashedEventArgs 类
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
当 HashObjectNamesInLogs 为 true 时,将哈希处理作为对象名称引发的事件关联的数据。
public sealed class LogObjectHashedEventArgs : EventArgs
type LogObjectHashedEventArgs = class
inherit EventArgs
Public NotInheritable Class LogObjectHashedEventArgs
Inherits EventArgs
- 继承
-
LogObjectHashedEventArgs
属性
| 名称 | 说明 |
|---|---|
| HashValue |
返回对象名称的哈希字符串表示形式 |
| OriginalValue |
在执行任何哈希之前返回原始对象名称 |