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 对象的可枚举集合。

适用于

另请参阅