ListEventChain.EventList Property

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

The event list.

Namespace:  Microsoft.VisualStudio.TraceLog
Assembly:  Microsoft.VisualStudio.TraceLog (in Microsoft.VisualStudio.TraceLog.dll)

Syntax

'Declaration
Protected Friend ReadOnly Property EventList As List(Of ListEventChain..::..EventLink)
    Get
'Usage
Dim value As List(Of ListEventChain..::..EventLink)

value = Me.EventList
protected internal List<ListEventChain..::..EventLink> EventList { get; }
protected public:
property List<ListEventChain..::..EventLink>^ EventList {
    List<ListEventChain..::..EventLink>^ get ();
}
member EventList : List<ListEventChain..::..EventLink>
function get EventList () : List<ListEventChain..::..EventLink>

Property Value

Type: System.Collections.Generic.List<ListEventChain.EventLink>

.NET Framework Security

See Also

Reference

ListEventChain Class

ListEventChain Members

Microsoft.VisualStudio.TraceLog Namespace