共用方式為


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 物件的可列舉集合。

適用於

另請參閱