ProviderMetadata.Opcodes 属性
定义
获取 EventOpcode 对象的可枚举集合,其中每个对象表示在事件提供程序中定义的操作码。Gets an enumerable collection of EventOpcode objects, each of which represent an opcode that is defined in the event provider.
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 对象的可枚举集合。Returns an enumerable collection of EventOpcode objects.