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

适用于