EventWrittenEventArgs.PayloadNames Propriété

Définition

Retourne une liste de chaînes qui représentent les noms de propriétés de l'événement.

public:
 property System::Collections::ObjectModel::ReadOnlyCollection<System::String ^> ^ PayloadNames { System::Collections::ObjectModel::ReadOnlyCollection<System::String ^> ^ get(); };
public System.Collections.ObjectModel.ReadOnlyCollection<string> PayloadNames { get; }
public System.Collections.ObjectModel.ReadOnlyCollection<string>? PayloadNames { get; }
member this.PayloadNames : System.Collections.ObjectModel.ReadOnlyCollection<string>
Public ReadOnly Property PayloadNames As ReadOnlyCollection(Of String)

Valeur de propriété

Retourne ReadOnlyCollection<T>.

S’applique à