ProviderMetadata.Opcodes Propriété

Définition

Obtient une collection énumérable d'objets EventOpcode, chacun d'eux représentant un opcode défini dans le fournisseur d'événements.

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)

Valeur de propriété

Retourne une collection énumérable d’objets EventOpcode.

S’applique à

Voir aussi