ListChain.EventList Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
protected public:
property System::Collections::Generic::List<Microsoft::VisualStudio::IntelliTrace::ListChain::EventLink> ^ EventList { System::Collections::Generic::List<Microsoft::VisualStudio::IntelliTrace::ListChain::EventLink> ^ get(); };
protected internal System.Collections.Generic.List<Microsoft.VisualStudio.IntelliTrace.ListChain.EventLink> EventList { get; }
member this.EventList : System.Collections.Generic.List<Microsoft.VisualStudio.IntelliTrace.ListChain.EventLink>
Protected Friend ReadOnly Property EventList As List(Of ListChain.EventLink)