EventMetadata.Keywords 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取与在事件提供程序中定义的事件相关联的关键字。
public:
property System::Collections::Generic::IEnumerable<System::Diagnostics::Eventing::Reader::EventKeyword ^> ^ Keywords { System::Collections::Generic::IEnumerable<System::Diagnostics::Eventing::Reader::EventKeyword ^> ^ get(); };
public System.Collections.Generic.IEnumerable<System.Diagnostics.Eventing.Reader.EventKeyword> Keywords { get; }
member this.Keywords : seq<System.Diagnostics.Eventing.Reader.EventKeyword>
Public ReadOnly Property Keywords As IEnumerable(Of EventKeyword)
属性值
与事件关联的关键字的可枚举集合。
注解
事件的关键字用于根据事件的使用情况将事件与其他类似事件组合在一起。 每个关键字 (keyword) 都是 64 位掩码中的一个位。 预定义位值和保留位占据此掩码的前 16 个位置,使清单使用0x0000000000000001和0x0000800000000000之间的任何位。
标准事件关键字在枚举中 StandardEventKeywords 定义。