ListChain.EventList Property

Gets the internal list for this ListChain.

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

Syntax

'Declaration
Protected Friend ReadOnly Property EventList As List(Of ListChain..::..EventLink)
    Get
protected internal List<ListChain..::..EventLink> EventList { get; }
protected public:
property List<ListChain..::..EventLink>^ EventList {
    List<ListChain..::..EventLink>^ get ();
}
member EventList : List<ListChain..::..EventLink>
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