ListChain.EventList Property

Gets the internal list for this ListChain.

Namespace:  Microsoft.VisualStudio.IntelliTrace
Assembly:  Microsoft.IntelliTrace.12.0.0 (in Microsoft.IntelliTrace.12.0.0.dll)

Syntax

'Declaration
Protected Friend ReadOnly Property EventList As List(Of ListChain.EventLink)
protected internal List<ListChain.EventLink> EventList { get; }
protected public:
property List<ListChain::EventLink>^ EventList {
    List<ListChain::EventLink>^ get ();
}
member EventList : List<ListChain.EventLink> with get
function get EventList () : List<ListChain.EventLink>

Property Value

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

.NET Framework Security

See Also

Reference

ListChain Class

Microsoft.VisualStudio.IntelliTrace Namespace