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 オブジェクトの列挙可能なコレクションを返します。

適用対象

こちらもご覧ください