ProviderMetadata.Opcodes プロパティ

定義

EventOpcode オブジェクトの列挙可能なコレクションを取得します。各オブジェクトは、イベント プロバイダーで定義されているオペコードを表します。

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

プロパティ値

EventOpcode オブジェクトの列挙可能なコレクションを返します。

適用対象

こちらもご覧ください