Editar

Compartir a través de


IGenericEventFieldList Interface

Definition

public interface IGenericEventFieldList : Microsoft.Windows.EventTracing.IReadOnlyKeyedList<string,Microsoft.Windows.EventTracing.Events.IGenericEventField>, System.Collections.Generic.IEnumerable<Microsoft.Windows.EventTracing.Events.IGenericEventField>, System.Collections.Generic.IReadOnlyCollection<Microsoft.Windows.EventTracing.Events.IGenericEventField>, System.Collections.Generic.IReadOnlyList<Microsoft.Windows.EventTracing.Events.IGenericEventField>
type IGenericEventFieldList = interface
    interface IReadOnlyKeyedList<string, IGenericEventField>
    interface IReadOnlyList<IGenericEventField>
    interface seq<IGenericEventField>
    interface IEnumerable
    interface IReadOnlyCollection<IGenericEventField>
Public Interface IGenericEventFieldList
Implements IEnumerable(Of IGenericEventField), IReadOnlyCollection(Of IGenericEventField), IReadOnlyKeyedList(Of String, IGenericEventField), IReadOnlyList(Of IGenericEventField)
Implements

Properties

Dictionary (Inherited from IReadOnlyKeyedList<TKey,TValue>)
Item[TKey] (Inherited from IReadOnlyKeyedList<TKey,TValue>)
Keys (Inherited from IReadOnlyKeyedList<TKey,TValue>)

Methods

ContainsKey(TKey) (Inherited from IReadOnlyKeyedList<TKey,TValue>)
TryGetValue(TKey, TValue) (Inherited from IReadOnlyKeyedList<TKey,TValue>)

Applies to