Share via


ProviderMetadata.Keywords 属性

定义

获取 EventKeyword 对象的可枚举集合,其中每个对象表示在事件提供程序中定义的事件关键字。

public:
 property System::Collections::Generic::IList<System::Diagnostics::Eventing::Reader::EventKeyword ^> ^ Keywords { System::Collections::Generic::IList<System::Diagnostics::Eventing::Reader::EventKeyword ^> ^ get(); };
public System.Collections.Generic.IList<System.Diagnostics.Eventing.Reader.EventKeyword> Keywords { get; }
member this.Keywords : System.Collections.Generic.IList<System.Diagnostics.Eventing.Reader.EventKeyword>
Public ReadOnly Property Keywords As IList(Of EventKeyword)

属性值

返回 EventKeyword 对象的可枚举集合。

适用于

另请参阅