ListChain.EventList Property
Gets the internal list for this ListChain.
Namespace: Microsoft.VisualStudio.IntelliTrace
Assembly: Microsoft.IntelliTrace.11.0.0 (in Microsoft.IntelliTrace.11.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: List<ListChain.EventLink>
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.